/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}

td{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

a{
COLOR:#003366;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #004F89;
font-weight: bold;
}

#content{

	padding: 10px;
}

.header{
	color: #004F89;
	font-weight: bold;
}

.textwhite{
	color: #FFFFFF;
}

.textsmall{
	font-size: 10px;
	color: #999999;
}

.textbig{
	font-size: 14px;
	font-weight: bold;	
}

.textblue{
	color: #3399CC;
	font-weight: bold;
}

a.topnav{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.topnav:hover{

	text-decoration: underline;
}

.footer{
	color: #999999;
	font-size: 10px;
}
