@charset "UTF-8";
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	font-weight:bold;
}
.titleheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #434D3E;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6900A;
	font-style: italic;
}
.toptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C9980D;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.a1 {
	color:#CB970F;
	font-size: 12px;
	font-weight: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.a1:link {
	color: #333333;
	font-size: 12px;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-position: inherit;
	list-style-type: square;
}
                    
.a1:visited {
	color:#333333;
	font-size: 12px;
	font-weight: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
}

.a1:hover {
	color:#C9900B;
	font-size: 12px;
	font-weight: normal;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
}
</STYLE>

