DIV.menu
{
	z-index: 2;
	position: relative;
	top: 0px;
	left: 100px;
	margin: 0px;
	padding: 0px;
	width: 450;
}

SPAN.menuItem
{
	width: 110px;
	position: relative;
	top: 0px;
	left: 0;
	margin: 0px;
	padding: 2px;
	cursor: hand;
	border-bottom: 2px #FF0000 outset;
}
DIV.submenu
{	position: absolute;
	top: 26px;
	left: 5px;
	display: none;
	color: #FFFFFF;
	background: #000000;
	margin: 0px;
	padding: 2px;
	list-style: circle;
	text-align: left;
	height: 60px;
}
DIV.submenu A,
DIV.submenu A:visited
{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial,helvetica;
	text-decoration: none;
}
DIV.submenu A:hover
{
	color: #FFFF00;
	text-decoration: underline;
}

SPAN.boldred { font-weight: bold; font-size: 10pt; color: #FF0000 }
SPAN.current
{
	font-size: 11pt;
	color: #CCFFCC;
	font-weight: bold;
	font-family: arial,helvetica;
	text-decoration: none;
	cursor: default;
}
A:visited{ color: #0000FF; }
A:hover { color: #FF0000; }
BODY
{ 
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 10pt;
}
H2.blue
{	color: #0000FF;
	font-size: 13pt;
	font-weight: bold;
}
DL { font-size: 10pt;}
DT {
	color: #660000;
	font-weight: bold;
	}

DD {
	color: #000099;
}

DIV.uses {
	font-size: 10pt;
	font-weight: bold;
	color: #660099;
	background: #FFFFCC;
	border: 3px #6600FF ridge;
	padding: 8px;
	width: 375px;
	height: 90px;
	text-align: left;
	cursor: hand;
}
DIV.uses A,DIV.uses A:visited,DIV.uses A:hover { color:  #660099; text-decoration:none; }

TD {
	font-size: 10pt; }