/* CSS Document */


body,td,th {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1em;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing:normal;
	font-size-adjust: .58;
}

h1 {
	font-size: 2.0em;
	font-size-adjust: .4;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #FF0000;
}

h2 {
	font-size: 1em;
	font-weight: 400;
	color:#FF0000;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}
