BODY	{
	font-family: Arial;
	font-size: 12px;
	color: #EFAE63;
	background-attachment:fixed;
	scrollbar-face-color: #39188C;
	scrollbar-highlight-color: #66666;
	scrollbar-shadow-color: #39188C;
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #39188C;
	scrollbar-base-color: #39188C;
	}

TD	{
	cursor: arrow;
	font-family: Arial;
	font-size: 12px;
	color: #EFAE63
	}

SELECT	{
	cursor: arrow;
	font-family: Arial;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #82C8FB
	}

OPTION	{
	cursor: arrow;
	font-family: Arial;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	}

INPUT	{
	cursor: hand;
	font-family: Arial;
	height: 16px;
	font-size: 12px
	}
TEXTAREA{
	cursor: hand;
	font-family: Arial;
	font-size: 12px;
	}

.justify{
	text-align: justify;
	}

.nav	{
	font-family: Arial;
	font-size: 12px;
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
	}


A	{text-decoration:none}
A:link		{color:#FFFFFF}
A:visited	{color:#FFFFFF}
A:hover	{color:#FF4242; text-decoration: underline overline;}
A:active	{color:#FF4242; text-decoration: underline overline;}
