BODY {
	margin-left : 0;
	margin-top : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	margin-right : 0px;
	margin-bottom : 0px;
	margin : 0px 0px 0px 0px;
	padding-top : 0px;
	top : 0px;
	background-color : Black;
	}
    
A {	
   text-decoration : none;
	color : White;
	font-size : 8pt;
	font-weight : bold;
}
A:HOVER {
	text-decoration : underline;
    color : #FFDEAD;
}

.topbar {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
}

.footer {
	text-decoration : none;
	color : White;
	font-size : 8pt;
	font-weight : bold;
}
.footer:HOVER {
	text-decoration : underline;
    color : #FFDEAD;
}



.menuleft {
	text-decoration : none;
	color : White;
	font-size : 8pt;
	font-weight : bold;
}
.menuleft:HOVER {
	text-decoration : underline;
    color : #FFDEAD;
}

.menutop {
	text-decoration : none;
	color : Black;
	font-size : 8pt;
	font-weight : bold;
}
.menutop:HOVER {
	text-decoration : underline;
	color : #CC9999;
}



.normal {
	text-decoration : none;
	color : #FFFAFA;
	font-size : 10pt;
	font-weight : normal;
}

.emphasize {
	text-decoration : none;
	color : #FFFAFA;
	font-size : 10pt;
	font-weight : normal;
  	font-style : italic;
}

.H1 {
	text-decoration : none;
	color : #FFFFE0;
	font-size : 12pt;
	font-weight : bold;
    text-decoration : underline;
}

.H2 {
	text-decoration : none;
	color : #FFFFE0;
	font-size : 10pt;
	font-weight : bold;
    text-decoration : underline;
}
