td			{ font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #C6B093 }
.footer			{ font-size: 9px; color: #C6B093 }
.bartitle		{ font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #E8CAAF0; font-weight: bold; text-decoration: none  }
.title		{ font-family: Arial; font-size: 18px; color: #C6B093 }
.ptitle		{ font-family: Arial; font-size: 16px; color: #C6B093; font-weight: bold }
.sectiontitle		{ font-size: 12px; font-weight: bold; color: #927770}
.highlight			{ color: #ffffff; font-weight: bold }
.formfield	{ font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #E8D4BA; background-color: #866860; border: 1px solid #c0c0c0; }
A:link		{ color: #C6B093; font-weight: bold }
A:visited	{ color: #C6B093; font-weight: bold }
A:hover		{ color: #ffffff; font-weight: bold  }



/* Dropdown Menu */

.drop-down 
{
    font-family: Verdana, Arial, Helvetica; 
    font-size: 11px;
 	position: absolute;
    background: #E8CAAF;
    border-left: 1px solid #32161A;
    border-right: 1px solid #32161A;
    border-bottom: 1px solid #32161A;
    display: none;
    z-index: 3;
    top: 97px;
}

.drop-down a, .drop-down a:visited 
{
    font-weight: normal;
    color: #32161A;
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 4px;
    border-top: 1px solid #32161A;
}

.drop-down a:hover {
    font-weight: normal;
    background: #808DFF;
    color: #ffffff;
    text-decoration:none;
    display: block;
}