body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	background-color: #000000;
}

h1 {
	font-family: Verdana;
}


h2 {
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

h3{
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

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

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

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

a:visited {
	text-decoration:underline;
	color: #FFFFFF
}
p {	
	font-size: 12px;
}

p#content {
	text-align: justify;
	font-size: 12px;
}

p#footerlinks {

	text-align: center;
	font-size: 12px;

}

table#statetable{
	width: 450px;
	
}

table#statetable th{
	height: 40px;
	width: 250px;
	background-color: #5F1900;
	
}

table#statetable td {
	text-align: center;
}

table#statetable tr.odd {
	background-color: #FFFFFF;
	color: #000000;
}

table#statetable tr.even {
	background-color: #000000;
	color: #FFFFFF;
}