body {
	background-color: #FFFFFF;

}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555
}
.smalltext {
	font-family: Tahoma;
	font-size: 10px;
}

.newstext {
	font-family: Tahoma;
	font-size: 10px;
}
.newsdate {
	font-family: Tahoma;
	font-size: 10px;
	color:#000000;
	border-bottom:1px #cccccc solid;
}

.bckgrleft {
	background-attachment: scroll;
	background-image: url(img/background_left.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.bckgrright {
	background-attachment: scroll;
	background-image: url(img/background_right.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.whiteText{
	color: #ffffff;
}
.inputtype{
	border: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 3px;
}
a:link 		{color:#cc0000; TEXT-DECORATION: underline; }
a:visited 	{color:#cc0000; TEXT-DECORATION: underline; }
a:hover 	{text-decoration:underline; color:#cc0000;}
a:active 	{COLOR: #cc0000; TEXT-DECORATION: underline; }


.whiteLink 				{ font-family: "Arial"; font-size: 12px;}
.whiteLink a:link 		{ COLOR: #ffffff; TEXT-DECORATION: none; }
.whiteLink a:visited 	{ COLOR: #ffffff; TEXT-DECORATION: none; }
.whiteLink a:hover 		{ COLOR: #ffffff; TEXT-DECORATION: underline; }
.whiteLink a:active 	{ COLOR: #ffffff; TEXT-DECORATION: none; }

div		{ scrollbar-face-color:#cccccc;
		  scrollbar-shadow-color:#e7e7e7;
		  scrollbar-3dlight-color: #e7e7e7;
		  scrollbar-arrow-color: #cc0000;
		  scrollbar-base-color: #ffffff;
		  scrollbar-darkshadow-color: #e7e7e7;
		  scrollbar-highlight-color: #e7e7e7;
		  scrollbar-shadow-color: #e7e7e7;
		  scrollbar-track-color: #e7e7e7;
		}
