td			{ font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #cccccc }
.footer			{ font-size: 9px; color: #c0c0c0 }

.bartitle		{ font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #cccccc; font-weight: bold; text-decoration: none }
A..bartitle:hover		{ color: #ffffff }


.title		{ font-family: Arial; font-size: 18px; color: #cccccc }
.sectiontitle		{ font-family: Verdana, Arial, Helvetica;  font-size: 12px; font-weight: bold; color: #cccccc }
.quot		{ font-family: Arial; font-size: 14px; color: #eeeeee; font-style: italic }
.formfield	{ font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #cccccc; background-color: #666666; border: 1px solid #c0c0c0; }

A:link		{ color: #cccccc; font-weight: bold }
A:visited	{ color: #cccccc; font-weight: bold }
A:hover		{ color: #cc0000 }



/* Dropdown Menu */

.drop-down 
{
    font-family: Verdana, Arial, Helvetica; 
    font-size: 11px;
 	position: absolute;
    background: #353842;
    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: #808DFF;
    color: #ffffff;
    text-decoration:none;
    display: block;
}