/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #000000;
	scrollbar-base-color:#aac2d6;
	scrollbar-face-color: #b2b3b4;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #bf1120;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #000000;
	
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #000000;
	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #FF0000;
	
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
	
}
