a:link {
    color: #752929;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #752929;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;	
	font-weight: bold;
}
a:hover {
	color: #F2A901;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #752929;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #228B22;
}
.yellowtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2A901;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/back.jpg);
	background-position: center top;
}
.topnav {
	background-image: url(images/head-graphic.jpg);
	background-repeat: no-repeat;
}
TABLE 
{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #000000;
}

SELECT
{
	width: 205px;
	border: solid 1px #DADADA;
}

.textbox
{
	width: 200px;
	border: solid 1px #DADADA;
}