/* CSS Document */

<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #373737;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a:link {
	text-decoration: underline;
	color: #FE0000;
}
a:visited {
	text-decoration: underline;
	color: #FE0000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #FE0000;
}


a.menu:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menu:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: none;
	color: #FE0000;
}
a.menu:active {
	text-decoration: underline;
	color: #FFFF81;
}


.pi {
	font-size: 24px;
	color: #FFFF81;
}
.header {
	font-size: 18px;
	color: #FE0000;
	font-weight: bold;
}

.yellow {
   font-size: 16px;
   font-style: italic;
   color: #FFFF81;}
   
.footer {
	font-size: 12px;
	color: #FFFFFF; }
	
#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: 5px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

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

	
-->
</style>
