/* CSS Document */

body
{	background-image: 
    url('background.gif'); 
    background-attachment: fixed; 
	/*background-repeat: no-repeat; 
	background-position: center center;*/
	font-family:Tahoma,Trebuchet MS,Verdana,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	scrollbar-track-color:#cccccc;
	scrollbar-face-color:#d41212;
	scrollbar-arrow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#cccccc;
}

body a:link, body a:visited, body a:hover, body a:active
{
	font-family:Tahoma,Trebuchet MS,Verdana,Arial,Helvetica;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#f2f2f2;

}
body a:hover, body a:active
{
	color:#F00;
	font-size: 11px;
}

table
{
	font-family:Tahoma,Trebuchet MS,Verdana,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	text-align: left;
}

