/* CSS Document */

}.gradient {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #8A0202;;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F7BC00;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F8B800;
}
a:link {
	text-decoration: none;
	color: #F6BA00;
}
a:visited {
	text-decoration: none;
	color: #F6BA00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #F6BA00;
}
.style1 {color: #333333}

.blacklink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A0000;
}
.blacklink:link {
	text-decoration: none;
	color: #9A0000;
}
.blacklink:visited {
	text-decoration: none;
	color: #9A0000;
}
.blacklink:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.blacklink:active {
	text-decoration: none;
	color: #9A0000;
}