BODY,TD,P
{
	font-family: arial,verdana,sans-serif;
	color: white;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

BODY
{
	background-image: url('img/content_bg.gif');
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;

	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #000033;
	scrollbar-base-color: #6699CC;
	scrollbar-darkshadow-color: #6699CC;
	scrollbar-face-color: #6699CC;
	scrollbar-highlight-color: #6699CC;
	scrollbar-shadow-color: #6699CC;
}

A,A:ACTIVE,A:HOVER,A:VISITED
{
	color: #FF9933;
	text-decoration: none;
}

A:HOVER
{
	text-decoration: underline;
}