A:link {
	COLOR: white; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:visited {
	COLOR: white; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:active {
	COLOR: #FFE42B; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FFE42B; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

TD {
	color: white;
}

TD.dimm {
	color: #D0D0D0;
}

BODY {
	background-color: black;
	color: white;
	font-size: 10pt;
	font-family: Verdana;
}

.yellow {
	color: #FFE42B;
}

.small {
	font-size: 10pt;
}

.boxed {
	border-style: solid;
	border-color: #555555;
	border-width: 1;
	background-color: #303030;
	color: white;
}

H2 {
	font-size: 12pt;
	font-family: Verdana;
	color: #FFE42B;
}

EM {
	font-size: 9pt;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	color: white;
}

EM.big {
	color: #cccccc;
	font-size: 11pt;
}

EM.data {
	color: white;
	font-weight: bolder;
}

EM.data_small {
	color: #cccccc;
	font-weight: bolder;
	font-size: 8pt;
}

P {
	font-size: 10pt;
}

.label {
	font-size: 10pt;
	background-color: #A365FF;
	border-style: solid;
	border-color: #555555;
	border-width: 1;
}

INPUT, SELECT, TEXTAREA {
	font-size: 10pt;
}