body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x : hidden;
	scrollbar-base-color : #21527D;
	scrollbar-arrow-color : #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #000033;
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
}
/*headings  ---------------------------------------------------------------------------------*/
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: 333300;
	background-color: #EEEEDD;
	text-transform: uppercase;
	padding-left: 5px;
	line-height: 25px;
	font-weight: bold;
}
/*bodytext  ---------------------------------------------------------------------------------*/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bodytext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	text-decoration: underline;
}
.bodytext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	text-decoration: underline;
}
.bodytext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	text-decoration: underline;
}
.bodytext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-decoration: none;
}
