body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-3dlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-track-color : #F8F8F8;
	scrollbar-arrow-color : #999999;
	text-align: left;
	display: inline;
	padding: 0px;
}
div#newsbox {
	background-image: url(images/news.jpg);
	top: auto;
	clip: rect(auto,auto,auto,auto);
}
.white_text {color: #FFFFFF}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #0C57B0;
}
.scroll_left {
	overflow: auto;
	height: 370px;
	width: 430px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.scroll_rt {

	overflow: auto;
	height: 370px;
	width: 264px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
