.header {
	color: #214A7B;
	font-weight: bold;
	font-size: 12px;
}
/*************************** General HTML Elements ****************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#639C9C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/*************************** General URL Link Elements ***************************/
a { /*This handles links*/
	color:#214A7B;
}
a:hover { /*This handles link hover*/
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}