body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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:#525252;
	font-size:1.0em;
	font-weight:normal;
	padding-left:10px;
	padding-right:15px;
}
.whitetext {
	color:#ffffff;
	font-size:1.0em;
	font-weight:bold;
}
.whitetextnormal {
	color:#ffffff;
	font-size:1.0em;
	font-weight: normal;
}
.bluetextsmall {
	color:#1273A7;
	font-size:0.5em;
	font-weight:bold;
}
.bluegreentext {
	color:#303030;
	font-size:1.2em;
	font-weight:bold;
}
.blacklink {
	color:#303030;
	text-decoration:none;
	font-weight:bold;
	line-height:25px;
}
.blacklink:hover {
	color: #818181;
	text-decoration:none;
	font-weight:bold;
}	
.whitelink {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.whitelink:hover {
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
}	
.redlink {
	color: #003388;
	text-decoration:none;
	font-weight:bold;
}
.redlink:hover {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
td#pad {
	padding-left:20px;
	padding-right:20px;
	padding-top: 20px;
}

