body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #dea754;
	margin: 0px;
	padding: 0px;
}
.bluetext {
	color:#003388;
	font-size:11px;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
}
.whitetext {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.whitetextnormal {
	color:#ffffff;
	font-size:12px;
	font-weight: normal;
}
.bluetextsmall {
	color:#1273A7;
	font-size:0.5em;
	font-weight:bold;
}
.bluegreentext {
	color:#5B727D;
	font-size:1.2em;
	font-weight:bold;
}
.blacklink {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.blacklink:hover {
	color: #f6e17b;
	text-decoration:none;
	font-weight:bold;
}	
.whitelink {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.whitelink:hover {
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
}	
.redlink {
	color: #003388;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.redlink:hover {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}