BODY {
	background: #000000; 
	color : #ffffff;
	font-family : Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
}

TD {
	font-family : Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.mod:Hover {
	background: #DDA0DD;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

TR.mod:Hover {
	background: #DB7093;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}


DIV.tit {
	text-decoration: none;
	background: #00008B;
	color: #ffffff;
	font-weight: bold;
}

DIV.msg {
	text-decoration: none;
	background: #B30000;
	color: #ffffff;
	font-weight: bold;
}

H2 {
	font-size: 12pt;
	color: Black;
}

H3 {
	font-size: 10pt;
	color: black;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	font-family : Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 3px;
}

A:Hover {
	text-decoration: none;
	color: white;
	background: #B30000;
	padding: 3px;
}

HR {
	color: black;
	height: 1pt;
}

