BODY   {
		Background : black ;
		Color : red ;
		Margin : 0 ;
		Padding : 0 ;
	 }
P	 {
		Font-Family : arial, helvetica ;
		Font-Size : 10pt ;
		Color : red ;
	}
DIV	 {
		Font-Family : arial, helvetica ;
		Font-Size : 10pt ;
		Color : red ;
	}
H1	 {
		text-align : center       ;
		Font-Family : comic sans, verdana, arial, helvetica ;
		Font-Size : 14pt ;
		Color : red ;
	}
H2	 {
		text-align : center       ;
		Font-Family : verdana, arial, helvetica ;
		Font-Size : 11pt ;
		Color : red ;
	}
:link	 {
		Font-Family : verdana, arial, helvetica ;
		Color : lightblue ;
		Text-Decoration : None ;
	}

:visited	{
		Font-Family : verdana, arial, helvetica ;
		Color : lightblue ;
		Text-Decoration : None ;
	}


.fine	{
		Font-Family : geneva, arial, helvetica ;
		Font-Size : 8pt ;
		Color : red ;
	}

.finebold	{
		Font-Family : verdana, arial, helvetica ;
		Font-Size : 8pt ;
		Color : red ;
		Font-Weight : bold ;
	}

.fixed	{
		Font-Family : courier, times-roman, fixed, serif ;
		Font-Size : 10pt ;
		Color : red ;
	}

.reg	{
		Font-Family : verdana, arial, helvetica ;
		Font-Size : 10pt ;
		Color : red ;
	}
.regbold {
		Font-Family : verdana, arial, helvetica ;
		Font-Size : 10pt ;
		Color : red ;
		Font-Weight : bold ;
	}
TH {
		Font-Family : verdana, arial, helvetica ;
		Font-Size : 10pt ;
		Font-Weight : bold ;
		Color : red ;
		Background-Color : lightblue ;
	}

.WARN	{
		Font-Family : verdana, arial, helvetica ;
		Font-Size : 12pt ;
		Color : red ;
	}

.emph	{
		Font-Family : verdana, arial, helvetica ;
		Font-Size : 12pt ;
		Color : darkblue ;
		Font-Weight : bold ;
}

dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dd {
	margin: -3px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: relative;
	top: 0;
	left: 0;
	font-size: 10pt;
	Font-Family : verdana, arial, helvetica ;
}

dl#menu {
	width: 10em;
}

dl#menu dt {
	cursor: pointer;
	margin: 2px 0;
	line-height: 12pt;
	text-align: center;
	border: 1px solid gray;
	background: #000;
	color: #e00;
	Font-Family : verdana, arial, helvetica ;
}

dl#menu dd {
	border: 1px solid gray;
}

dl#menu li {
	text-align: center;
	background: #006;
}

dl#menu li a, dl#menu dt a {
	color: #9cf;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover, dl#menu dt:hover {
	background: #369;
	color: #9cf;
}

.link {
	font-weight: normal;
}

.selectedLink {
	background: #000 !important;
	color: #ff0 !important;
}

.menu {
	background: #505;
	background-image: url(/img/arrowdown.png) !important;
	background-repeat: no-repeat !important;
}

.selectedMenu {
	color: #ff0 !important;
}

.menuitem {
	font-weight: normal;
}

.selectedMenuitem {
	color: #ff0 !important;
	background: #006 !important;
}

.menulabel, .linklabel, .menusubheader {
	color: #bef !important;
	background: #44a !important;
	cursor: default;
}

.menuheader {
	color: #bef !important;
	background: #44a;
	cursor: default;
}
