/* define font in all default tags */
BODY {
	background-color: #0E0E0E;
	scrollbar-arrow-color:#B49C81;
	scrollbar-base-color:766654;
	scrollbar-shadow-color:#2B241C;
	scrollbar-face-color:#5E503F;
	scrollbar-highlight-color:#766654;
	scrollbar-darkshadow-color:#2B241C;
	scrollbar-3dlight-color:#2B241C;
	margin: 0px;
	background-image: url(../_img/pg_bg.gif);
}

TABLE, TR, TD, TH,  BLOCKQUOTE, DIV, SPAN, DD, U, UL, DL, H4, H5, INPUT, A, BR, CENTER, I, B, LI, OL, TEXTAREA, FORM, P, SELECT, STRONG {
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #CCCCCC;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

FORM { margin-top: 0px; margin-bottom: 0px; }
SELECT { border-width: 1px; color: #333333; }
INPUT { border-width: 1px; color: #333333; }
TEXTAREA { border-width: 1px; color: #333333; }
.normal { border-width: 1px; color: #333333; width: 150px; }

/* custom font classes */
.heading { font-size: 14px; font-weight: bold; color: #ffffff; }
.content { line-height: 16px; }
