body {
margin-top : 0; 
margin-bottom : 0; 
margin-left : 0; 
margin-right : 0; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
/* background : url(../images/interface/bg.jpg); */
background-color : #708090;
} 

a:link , a:active , a:visited {
text-decoration : none; 
color : #0072BC; 
} 

a:hover {
	text-decoration : underline;
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.bodytitle {
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

a.bodytitle , a.bodytitle:visited {
background-color : transparent; 
color : #FFFFFF; 
text-decoration : underline; 
} 

a.bodytitle:hover , a.bodytitle:active { 
color : #F0F0F0; 
text-decoration : underline; 
} 

.menu { 
font-size : 12px; 
font-weight : bold; 
color : #FFFFFF; 
} 

a.menu , a.menu:visited {
background-color : transparent; 
color : #FFFFFF; 
text-decoration : underline; 
} 

a.menu:hover , a.menu:active { 
color : #F0F0F0; 
text-decoration : none; 
} 

.bodycopy {
font-size : 10px; 
color : #000000; 
} 

.copyright { 
font-size : 10px; 
color : #090909;
font-weight : bold;
} 

a.copyright , a.copyright:visited {
background-color : transparent; 
color : #A6A6A6; 
text-decoration : none; 
} 

a.copyright:hover , a.copyright:active {
background-color : transparent; 
color : #F2F2F2; 
text-decoration : underline; 
} 

#dropmenudiv{
position:absolute;
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;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eeeeee;
}
