body {
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;



}

body, td, th {
	color: #000000;
}

h1 {
	color: #FF6666;
}

h2 {
	color: #FF99CC;
}

h3, h4 {
	color: #CC9999;
}

h5, h6 {
	color: #FFCCCC;
}

a {
	color: #666666;
}

form {
	background-color: #990000;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.rollover a {
display:block;
width: 260px;
padding:10px 10px 10px 7px;
font: bold 13px sans-serif;;
color:#fff;
background: url("images/buttons.gif") 0 0 no-repeat;
text-decoration: none;
text-align: center;
}
.rollover a:hover { 
background-position: 0 -35px;
color: #000;
}
.rollover a:active {
background-position: 0 -70px;
color:#fff;
}
.whiteText {
	color: #FFFFFF;
}
