body
{
	background-color:white;
	color:black;
	font-family: arial;
	font-size: 12px;
	text-align:Center;
}
body div
{
	text-align:left;
}
body > form > div, body > div
{
	margin: 0px auto;width:800px
}
table,td
{
	font-size:12px;
}
div.dotme,table.dotme
{
    border: 0;
	padding:5px;
	width: 90%;
	margin-bottom:25px;
	margin-top: 5px;
	
}
a,a:active, a:visited
{
	color: black;
}
a:hover
{

	color: #FFBA3B;
}
.heading
{
	font-weight: bold;	
}
a.nounder,a.nounder:active,a.nounder:hover,a.nounder:visited
{
	border-bottom: 0px;
	color:black;
}

.featured
{
    border: black 1px solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	background-color: gray;
}

 h2
{
    color:black;
    font-family: Palomino,arial;
    font-size:16px;
    font-weight:bold;
    font-style:italic; 
}
h3
{
    color: black;   
    font-weight:normal;
    font-size: 12px;
}
.dotme h2
{
    color: Black;
}
input, textarea
{
    border: 1px solid black;
}
