/* CSS Document */

body
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

td
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

.footer
{
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.redfooter
{
	font-family: Arial;
	font-size: 10px;
	color: #FE1010;
	text-decoration: none;
}

.grey11
{
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}

.grey12
{
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.yellow_L
{
	font-family: Arial;
	font-size: 12px;
	color: #D39000;
	text-decoration: none;
}

.grey_L
{
	font-family: Arial;
	font-size: 12px;
	color: #5A4925;
	text-decoration: none;
}

.yellow_small
{
	font-family: Arial;
	font-size: 11px;
	color: #B09B6B;
	text-decoration: none;
}

.blue14
{
	font-family: Arial;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}

.blue12
{
	font-family: Arial;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}

.blue11
{
	font-family: Arial;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}

.fontBLK10
{
	font-family: Arial;
	font-size:10px;
	color:#000000;
}

.brown11
{
	font-family: Verdana;
	color: #5C4827;
	font-size: 11px;
}

.wht11
{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
}

.darkblue12A
{
	font-family: Arial;
	color: #000066;
	font-size: 12px;
}

/* TEXT START*/
.heading18
{
	font-family: Arial;
	color: #C3B18A;
	font-size: 18px;
	font-weight: bold;
}

.heading12
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #5A4925;
}

.heading14
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #6E0B0B;
}

.font11
{
	font-family: Verdana;
	font-size: 11px;
	color: #5A4925;
}

.mediafeed {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: ##5A4925;
	text-decoration: none;
}

.whitetxt {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: ##5A4925;
	text-decoration: none;
}

.blue14
{
	font-family: Verdana;
	font-size: 14px;
	color: #000066;
}
/* TEXT END */

/*** vertical flyout menu **/

#dropmenudiv{
position:absolute;
background-color: #C3B088;
border:0px solid #FFFFFF;
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
width:100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF;
padding: 3px 0;
text-decoration: none;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #AF9664;
color:#FFFFFF;
}