body 
{
    background-color: #000000;
	color:#999999;
}




hr
{
		border: none 0;
		border-top: 1px solid #333;/*the border*/
		width: 100%;
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}



a.menu
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px; 
    color: #666666;
	padding-right: 22pt;
	padding-left: 22pt;
	font-weight: bold;
}

a.menu:hover
{
	color:#000000;
    font-weight: bold; 
	background-color:#666666;
	text-decoration: none;
}







/*links font colors*/
a		
{
	color:#666666;
    font-weight: normal; 
    text-decoration: none;
    border: gray;
}

a:hover
{
	color:#999999;
}







div.footer
{
	color: #333333;
	font-size: 13px;
}







a.menuanchorclass
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px; 
    color: #666666;
	padding-right: 22pt;
	padding-left: 22pt;
	font-weight: bold;
}



a.selectedanchor:hover
{
	color:#000000;
    font-weight: bold; 
	background-color:#666666;
	text-decoration: none;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu
{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
border-top-width:2pt;
border-left-width:0pt;
font: normal 12px;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#292929;
width: 135px; /* default width for menu */
}

.anylinkmenu ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkmenu a:hover
{
	color:#000000;
	background-color:#666666;
	text-decoration: none;
}








