BODY, .text, .code {
	font-family : Arial;
	font-size : 10px;
	color : #999999;
	background-color : #333333;
}

A:link    { color: #FFFFFF; text-decoration: none; }
A:hover   { text-decoration: underline; }
A:active  { color: #FFFFFF; text-decoration: none; }
A:visited { color: #888888; text-decoration: none; }

.text,TD,UL,LI,P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
}

STRONG {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #999999;
}

.header3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}
.header4,H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.header5,H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

.code {
	font-family: "New Courier", Courier, monospace, fixed;
	font-size: 15px;
	color: #CCCCCC;
}

A.underlined:active { text-decoration: underline; }
A.underlined:link { text-decoration: underline; }
A.underlined:visited { text-decoration: underline; }

.error {
	color: red;
	font-size: 14px;
}

.classDitDebug, #divDitDebug {
	color: white;
}

