@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
body {
	background-image: url(images/bckgrnd.jpg);
	background-repeat: repeat;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
.smltxt {font-size: x-small}

.maintxt {font-size: 12px}

#dropmenudiv{
	position:absolute;
	background-color: #000000;
	border-bottom-width: 0;
	font:normal 11px Arial;
	z-index:100;
	text-decoration: none;
	color: #FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px inset #999999;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #999999;
	color: #ffffff;

}
