
body {

	color:#000000;
	background-color:#F0F0F0;
	background-repeat: repeat; 
	background-position: top left;
	background-attachment:fixed;


	overflow-x: hidden;
	overflow-y: scroll;

	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-face-color : #000000;
	scrollbar-arrow-color : #CC0000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #CC0000;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #CC0000;

	font-size:9pt;
	font-face:MS Gothic;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10%;
	margin-right: 5%;
}



a:link {
	color:#CC0000;
	text-decoration: none;
}
a:visited {
	color:#FF3333;
	text-decoration: none;
}
a:hover{
	color: #aaaaaa;
	text-decoration: none;
	cursor:crosshair;
}
a:active {
	color:#aaaaaa;
	text-decoration: none;
}


