.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Arial ;
line-height: 18px;
z-index: 100;
background-color: #CCCCCC;
width: 175px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: default;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #999999;
color: white;
}
}

.bodyFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 14pt;
}

.menuFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 14pt;
}

.copyrightFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;

}

a:link {  color: #0079A8; text-decoration: none}
a:visited {  color: #0079A8; text-decoration: none}
a:hover {  color: #89DCD5; text-decoration: none}
