body {
	background: #FFFFFF;
	font-family: Verdana
}

a  { color: blue }

a:hover  { color: silver }


p {
	margin-bottom: 6px
}

h1, h2, h3 {
	margin-bottom: 6px
}

.clear {
	clear: both
}


.logo h1 span {
	display: block;
	left: 0px;
	position: absolute;
	top: 0px
}


topNav {
	font-size: 0.80em;
	clear: left;
	width: 120px;
	height: 5px
		}



topNav a {
	color: #OB2D84;
	display: block;
	text-decoration: none
}


topNav a:hover {
	color: #cccccc
}



.w560 {
	width: 560px;
	margin-right: 0px;
}

.textBlock  { 
font-size: 0.8em;
line-height: 1.3em; 
text-align: justify 
}

.textBlock h2 , .col h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #005801;
	margin-bottom: 12px
}

.textBlock .subtitle, .textBlock h3 {
	padding-top: 12px;
	border-bottom: 1px solid #CCC
}

.tabheader {
	font-size: 1.3em;
	color: #D56E24
}



.col {
	padding-top: 4px;	
	float: left;
	line-height: 1.4em
}

.nav { 
width: 130px; 
padding: 0;
margin-left: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size: 11px;
color: #FFFFFF;
line-height: 16px;
text-decoration: none;
}

.nav a
{
display: block;
padding: 2px;
width: 120px;
background-color: #0B2D84;
border-bottom: 3px solid #FFFFFF;
}

.nav a:link, .nav a:visited
{
color: #FFFFFF;
text-decoration: none;
}

.nav a:hover
{
background-color: #CCCCCC;
color: #990000;
text-decoration: none;

}

