body {
	/*margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/desireschat_site_03-a.jpg);
	background-repeat: repeat-x;
	background-color: #242424;
}

h1 {
	font-family: Verdana;
}

h2 {
	font-family: Verdana;
	font-size: 16px;
	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
}

div#boxtext{
	position: relative;
    height: auto;
    width: 500;
    left: 16px;
    top: 0px;
	overflow:auto;
	padding: 0 20px 15px 0px;
	font-size: 12px;
}

p#footertext{
	/*position: relative;
    height: auto;
    width: auto;
    left: 5px;
    top: 30px;*/
	font-weight: bold;
	font-size: 14px;
}

p#statecontent{
	padding-left:80px;
	padding-right:80px;
	text-align: justify;
	/*font-weight:bold;*/
	font-size: 14px;
}

table#statetable{
	width: 450px;
	
}

table#statetable th{
	height: 40px;
	width: 250px;
	background-color: #8D1401;
	font-size:16px;
	
}

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

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

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