A {
		font-style : normal;
		text-decoration : underline;
		color : #0000bc;
		}
        
	A:HOVER {
		font-style : normal;
		text-decoration : underline;
		color : #bc0000;
		}	
	

.js {  text-align: justify}
.f7 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: 11px; }
.f8 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 14px; }
.f8t {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; }
.f8n {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; }
.f85 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; }
.f9 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 12pt}
.f10 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 13pt}
.f11 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; line-height: 14pt}
.f13 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13pt; line-height: 16pt}

#dropmenudiv{
position:absolute;
background-color: #B0B0B0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color : #bc0000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #7BB2D3;
color : #bc0000;
}

#menudiv{
background-color: #B0B0B0;
border:1px solid #807F7E;
border-top-width: 2px;
/*border-bottom-width: 0;*/
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight:bold;
line-height:17px;
width: 175px;
text-align: left;
}

#menudiv a{
width: 100%;
display: block;
text-indent: 12px;
border-bottom: 1px solid #807F7E;
padding: 0 0 1px 0;
text-decoration: none;
font-weight: bold;
color : #bc0000;
}

#menudiv a:hover{ /*hover background color*/
background-color: #7BB2D3;
color : #bc0000;
}

