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/telephonesingles_site_bg.jpg);
	background-repeat: repeat-x;
	background-color: #CFCEF0;
}

h1 {
	font-size: 19px;
	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
}

p#homecontent {
	color: #6F378F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p#navcontent {
	/*color: #6F378F;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p#statecontent {
	/*color: #6F378F;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
}

table#homecontent2 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p#footertext{	
	font-weight: bold;
	font-size: 14px;
}

p#copyright{	
	color: #6F378F;
	font-weight: bold;
	font-size: 13px;
}

p#copyright a:link{
	text-decoration:underline;
	color: #6F378F
}
p#copyright a:hover{
	text-decoration:underline;
	color: #6F378F
}
p#copyright a:visited{
	text-decoration:underline;
	color: #6F378F
}

table#statetable{
	font-size: 14px;
	width: 450px;
	
}

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

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

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

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