/* orignally, visited was 996600, unvisited was c78812 */

.boldtext {
	color:#000000;
	font-weight:bold;
	text-align: left;
	margin-left:1em;
	margin-right:1em;
}

.topText {
	font:14px arial;
	padding-top: 11px;
	text-align: center;	
	color:#FFFFFF;
}

.bodyText {
	font:13px arial;
	color:#000000;
	text-align: left;
	margin-top: 20px;
	margin-bottom:20px;
	margin-right: 4px;
	margin-left: 4px;
}

.contactText {
	font:13px arial;
	color:#000000;
	text-align: left;
}
.centertext {
	font:13px arial;
	color:#000000;
	text-align: center;
}

.footText {
	font:12px arial;
	color: #FFFFFF;
	text-align: center;
}

/* CSS navigation styles */
/* orignally, visited was 996600, unvisited was c78812 */

.nav {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subnav {
	font:13px arial;
	color:#000000;
	text-align: center;	
}

.subnav A:link, .subnav A:visited {
	color: #333333;
	text-decoration: none
}

.subnav A:active, .subnav A:hover {
	color: #A8BF7A;
	text-decoration: none
}

/* CSS rules for all other links that don't use the .nav rules. */

a:hover {
	color:#A8BF7A;
}

a {
	color:#FFFFFF;
}

/* begin form rules */

.form {
	text-align:right;
}

.form label {
	float:left; 
	width:100px; 
	padding:10px 10px 0 0; 
	font-weight:bold;
}

.form select {
	float:left; 
	width:146px; 
	margin-top:10px;
}

.form input {
	float:left; 
	margin-top:10px;
}

.form .submit {
	clear:both;
}

/* end form rules */
