﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

#nav {
	background: #003366;
	padding: 7px 10px 5px 0px;
	font-size: 10px;
	color: white;
	}

a.nav:link, a.nav:active, a.nav:visited {
	color: white;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	padding: 0px 10px;
	}	
	
a.nav:hover {
	text-decoration:underline;
}	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 23px;
	background: #3e5d8f;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 770px;
	background: white;
}	

#date {
	float:right;
	font-size: 10px;
}

#content {
	padding: 25px;
	line-height: 18px;
	font-size: 12px;
}

.heading {
	font-size: 18px;
	color: #1c3769;
	display:block;
	border-bottom: 1px #203354 dotted;
	padding-bottom: 4px;
	margin-bottom: 4px;
	width: 370px;
	line-height: 22px;
}

.smbold {
	font-size: 11px;
	color: #1c3769;
	font-weight:bold;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #adadad;
border-bottom-width: 0;
line-height: 26px;
z-index: 100;
background: #e9e9e9;
color: #333333;
width: 100px;
margin: 6px 0px 0px 8px;
font-size: 11px;
font-weight: bold;
}

.anylinkcss a:link, .anylinkcss a:active, .anylinkcss a:visited {
width: 100%;
display: block;
border-bottom: 1px solid #adadad;
padding: 1px 0;
text-decoration: none;
text-indent: 10px;

}

.anylinkcss a:hover{ /*hover background color*/
background:#336291;
color: white;
text-decoration:none;
}
