/* core Style Sheet */


body {
	color: #000000;
	font-family: arial;
	font-size: 1em;
	margin: 0;
	background-color: #ffffff
}

a:link {
	color: #333399;
	text-decoration: none;
}

a:visited {
	color: #333399;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #333399;
	text-decoration: none;
}

a.email:link {
	color: #333399;
	text-decoration: none;
}

a.email:visited {
	color: #333399;
	text-decoration: none;
}

a.email:hover {
	color: #ff0000;
	text-decoration: none;
}

a.email:active {
	color: #333399;
	text-decoration: none;
}

td.head {
	color: #000066;
	font-family: arial;
	font-size: 1em;
	margin: 0;
	background-image: url(dba-head-stripe1.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

td.nav1 {
	color: 333399;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	line-height: 2.5em;
	margin: 20px;
	background-image: url(dba-nav-stripe1.gif);
	background-repeat: repeat-y;
}

td.body {
	font-size: .8em;
	font-family: arial;
	margin: 20;
}

td.tail {
	color: #cccccc;
	font-family: arial;
	font-size: .7em;
	letter-spacing: 2;
	margin: 0;
	text-align: center;
}

td.prop {
	text-align: center;
	font-family: arial;
	font-size: .8em;
}

h1 {
	color: #333399;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	margin: 40px 0px 5px 10px;
}

h2 {
	color: #000000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	margin: 0px 20px 0px 20px;
}	

h3 {
	color: #000000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin: 0px 20px 0px 20px;
}	

p {
	margin: 20px;
}

p.center {
	color: #333399;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

img.home {
	border-style: solid;
	border-color: #333399;
}