/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, sans-serif;
	padding-bottom:0px;
	margin-bottom:0px;	
}
h1 {
	font-size: 18px;
	color: #003366;
}
h2 {
	font-size: 16px;
	color: #003366;
}
h3 {
	font-size: 14px;
	color: #003366;
	border-bottom:1px solid #D79D49;
}
h4 {
	font-size: 12px;
	color: #003366;
}

#footer {
	font-size:10px;
}
.blueAndBold {
	color:#003366;
	font-weight:bold;
}
a:link, a:visited {
	text-decoration:none;
	color:#003366;
}
a:hover, a:active {
	text-decoration:none;
	background-color:#E9C899;
	color:#003366;
}

