body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	background-color: #F0F0F0;
}
table {
	background-color: #FFFFFF;
}
a{
	text-decoration:underline;
	color: #CC0000;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration:underline;
}
a:visited{
	text-decoration:underline;
}
.contentheader {
	font-size: 110%;
	font-weight: bold;
}
.topnavtable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFCC00;
}
.footertxt {
	font-size: 11px;
	color: #CCCCCC;
	line-height: 25px;
}
.bold {
	font-weight: bold;
}
.wht {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.red_error {
	font-weight: bold;
	color: #CC0000;
}
.orangebg {
	background-color: #FFCC00;
}
.onepxborder {
	border: 1px solid #CCCCCC;
}
