BODY
	{
	background-color:#FF6600;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	/*cursor:default;*/
	}
HTML, BODY
	{
	min-height: 100%;
	height: auto; /*!important;*/
	height: 100%;
	}
#screenOverlay
	{
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	background-color:black;
	opacity:0.0;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	}
#overlayLoading
	{
	position:absolute;
	z-index:101;
	top:0px;
	left:0px;
	opacity:0.0;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	}
TD, P, SPAN, DIV
	{
	font-size:9px;
	}
.orangeBox
	{
	color:white;
	}
.orangeBox A:LINK, .orangeBox A:VISITED
	{
	background:none;
	color:white;
	text-decoration:underline;
	}
.orangeBox A:HOVER
	{
	background-color:white;
	color:#FF6600;
	text-decoration:none;
	}
.newsCell A:LINK, .newsCell A:VISITED
	{
	color:#FF6600;
	text-decoration:underline;
	}
.newsCell A:HOVER
	{
	color:#FF6600;
	text-decoration:none;
	background:none;
	}
A:LINK,A:VISITED
	{
	background:none;
	color:#818078;
	text-decoration:underline;
	}
A:HOVER
	{
	background-color:#FF6600;
	color:white;
	text-decoration:none;
	}
A.imageLink:LINK,A.imageLink:VISITED,A.imageLink:HOVER
	{
	background:none;
	text-decoration:none;
	}
INPUT.TextBox
	{
	padding:5px 5px 0px 5px;
	width:317px;
	height:27px;
	border:0px;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	background-color:#E2E0BB;
	}
TEXTAREA.TextBox
	{
	padding:5px 5px 5px 5px;
	width:317px;
	height:96px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	background-color:#E2E0BB;
	}
INPUT.ButtonOff
	{
	width:102px;
	height:26px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	background-color:#E2E0BB;
	cursor:hand;
	}
INPUT.ButtonOn
	{
	width:102px;
	height:26px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:white;
	background-color:#666666;
	cursor:hand;
	}