@charset "utf-8";
/* CSS Document */

body {
	/*background-color: #841118;*/
	background:url(../imgs/background.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:14px;
}
a:link {
	color: #CCCCCC;
	font-weight: bold;

}
a:visited {
	color: #CCCCCC;
	
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #666666;
	
}
