A 			{ text-decoration:none; color: #FF0000; font-family: "verdana"; }

A.white			{ text-decoration:none; color: #FFFFFF; font-family: "verdana"; }
A.black			{ text-decoration:none; color: #000000; font-family: "verdana"; }

A:hover			{ text-decoration:underline; color: #FF0000; font-family: "verdana"; }
A.white:hover		{ text-decoration:underline; color: #FFFFFF; font-family: "verdana"; }
A.black:hover		{ text-decoration:underline; color: #000000; font-family: "verdana"; }


BODY			{ background-color: #222222; margin: 0px; }


form			{ margin-bottom: 0; margin-top: 0;}
input.small		{ margin-top: 0; margin-bottom: 0; font-family:verdana; font-size:10px; }
select.small		{ margin-top: 0; margin-bottom: 0; font-family:verdana; font-size:10px; }
textarea		{ font-family:verdana; color:black; font-size:12px; }

td			{ margin-top: 0; margin-bottom: 0; font-family: "verdana"; font-size: 12px; color:#000000; }
td.justify		{ margin-top: 0; margin-bottom: 0; font-family: "verdana"; font-size: 12px; color:#000000; text-align: justify; }
td.border		{ border-bottom:1pt solid dimgray;border-top:1pt solid dimgray;border-left:1pt solid dimgray;border-right:1pt solid dimgray; }
td.borderBottom		{ border-bottom:1pt solid dimgray; }
td.borderBottomRight	{ border-bottom:1pt solid dimgray; border-right:1pt solid dimgray; }
td.borderTop		{ border-top:1pt solid dimgray; }
td.borderRight		{ border-right:1pt solid dimgray; }
td.borderLeft		{ border-left:1pt solid dimgray; }
td.borderLeftThick	{ border-left:2pt solid #E0E0E0; }
td.borderTopRight	{ border-top:1pt solid dimgray; border-right:1pt solid dimgray; }
td.WhtTxt		{ margin-top: 0; margin-bottom: 0; font-family:verdana; font-size:12px; color:#FFFFFF; }
td.smTxt		{ margin-top: 0; margin-bottom: 0; font-family:verdana; font-size:10px; color:#000000; }
td.smWhtTxt		{ margin-top: 0; margin-bottom: 0; font-family:verdana; font-size:10px; color:#FFFFFF; }
td.smRedTxt		{ margin-top: 0; margin-bottom: 0; font-family:verdana; font-size:10px; color:#FF0000; }
table.border		{ border-bottom:1pt solid dimgray;border-top:1pt solid dimgray;border-left:1pt solid dimgray;border-right:1pt solid dimgray; }