html{
	scrollbar-face-color      :#fff;
	scrollbar-highlight-color :#666;
	scrollbar-3dlight-color   :#fff;
	scrollbar-shadow-color    :#666;
	scrollbar-darkshadow-color:#fff;
	scrollbar-track-color     :#fff;
	scrollbar-arrow-color     :#666;
}
table{
	filter:alpha(style=0,opacity=85);
	-moz-opacity	:0.85;
	opacity:0.85;
}

body{
	background-color:#fff;
	background-attachment	:fixed;
	background-color        :#fff;
}

body, tr, td{ 
	font-size:12px; 
	color:#000; 
} 

a:link{
	color:#000; 
	text-decoration : none; 
}

a:visited{
	color:#000; 
	text-decoration : none; 
}

a:hover{
	color:#000; 
	background:#fff; 
} 
