/*  */
a { color: white; text-decoration: none }

a:link { color: whit; text-decoration: none }

a:hover  {color: white; text-decoration: underline }

a:active  { color: blue; text-decoration: none }

a:vlink  { color: red; text-decoration: none }

body { font-size: x-small; font-family: Verdana }

p { font-size: x-small; font-family: Verdana }

td { font-size: x-small; font-family: Verdana }

td.menu { color: white; font-size: xx-small; font-family: Verdana }

.small
{	font-family: Verdana, Helvetica;
	font-size: 8pt;
	color: #000000
}

p.privacy
{	font-size: xx-small;
	line-height: 2;
	text-align: justify
}

#dropmenudiv{
position:absolute; 
top: 61px;
left: 515px; 
border:0px solid blue;
border-bottom-width: 0px;
font-size: 7.5pt;
line-height:15px;
z-index:1;
}

#dropmenudiv a{
foreground-color: "#000000";
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-size: 7.5pt Verdana;
}

#dropmenudiv a:hover{ /*hover background color*/
foreground-color: "#000000";
background-color: red;
color: white;
text-decoration: none;
}
