BODY {
        font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
        font-size: 12pt;
	background: black;
	color: white;
}

A:link { color: #3333FF; }
A:visited { color: #999999; }
A:active { color: #CCCCCC; }

H2 {
	background: #990000;
	color: white;
}

DIV#main TD {
	background-color: black;
	color: white;
}	

DIV#main I {
	background: black;
	color: #CC0000;
	font-weight: bold;
}

DIV#menu {
	float: left;
	width: 100%;
	margin-top: 2em;
	background-color: black;
	color: white;
	border: 1px solid black;
}

DIV#menu A {
	font-size: 10pt;
	display: block;
	padding: 0 0;
	margin: 0;
	border-top: 1px solid gray;
	text-align: left;
	text-decoration: none;
}

DIV#menu A:link { color: #3333FF; }
DIV#menu A:visited { color: #999999; }
DIV#menu A:active { color: #CCCCCC; }

DIV#menu A:hover {
	background: #660000;
	color: white;
}

DIV#pic A {
	display: inline;
	border-top: 0;
}

DIV#pic A:hover {
	background: black;
}

DIV#submenu A {
	text-decoration: overline underline;
}

DIV#submenu A:hover {
	color: #CC0000;
}

DIV#foot {
	background: #990000;
	color: white;
	font-size: 8pt;
}

a.info {
    position:relative;
    z-index:24; background-color: black;
    color: black;
    text-decoration:none
}

a.info:hover {
    z-index:25;
    background-color: #0000ff;
}

a.info span {display: none}

a.info:hover span {
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #3333ff;
    background-color: #660000; color: #ffffff;
    text-align: center
}

