td			{ font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #E2E1D7 }
.footer			{ font-family: Verdana, Arial, Helvetica; font-size: 9px; color: #A8A8A8 }
.title		{ font-family: Arial; font-size: 18px; color: #E2E1D7 }
.bartitle		{ font-family: Verdana, Arial, Helvetica;  font-size: 11px; color: #E2E1D7; font-weight: bold; text-decoration: none  }
A..bartitle:hover		{ color: #C11600; }
.highlight			{ color: #ffffff; font-weight: bold }


.sectiontitle		{ font-family: Arial; font-size: 13px; font-weight: bold; color: #B9A173 }

.formfield	{ font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #E8D4BA; background-color: #7C6335; border: 1px solid #c0c0c0; }
.btn	{ font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #E8D4BA; background-color: #675228; border: 1px solid #c0c0c0; font-weight: bold; width:60; height:60 }

A:link		{ color: #E2E1D7 ; font-weight: bold }
A:visited	{ color: #E2E1D7 ; font-weight: bold }
A:hover		{ color: #C73A0F; font-weight: bold }



/* Dropdown Menu */

.drop-down 
{
    font-family: Verdana, Arial, Helvetica; 
    font-size: 11px;
 	position: absolute;
    background: #67593E;
    border-left: 1px solid #AEB3AE;
    border-right: 1px solid #AEB3AE;
    border-bottom: 1px solid #AEB3AE;
    display: none;
    z-index: 3;
    top: 97px;
}

.drop-down a, .drop-down a:visited 
{
    font-weight: normal;
    color: #cccccc;
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 4px;
    border-top: 1px solid #AEB3AE;
}

.drop-down a:hover {
    font-weight: normal;
    background: #622E1E;
    color: #ffffff;
    text-decoration:none;
    display: block;
}
