/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	margin-top: 70px;
	margin-bottom: 30px;
	scrollbar-arrow-color: #880100;
	scrollbar-base-color: #090100;
	scrollbar-face-color: #090100;
	scrollbar-highlight-color: #880100;
	scrollbar-shadow-color: #880100;
	scrollbar-3dlight-color: #880100;
	scrollbar-track-color: #040001;
	scrollbar-darkshadow-color: #880100;
	
}

td img {display: block;}body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #D70000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D70000;
}
a:hover {
	text-decoration: underline;
	color: #D70000;
}
a:active {
	text-decoration: none;
}
