﻿body  {
	background: #FFFFFF;
	margin: 0;  
	padding: 0;
	text-align: center;  
	color: #000000;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
}
h1  
{
	font-size: 16px;
	font: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #b66300; 
	margin-bottom: 10px;
}

.subhead  
{
	font-size: 12px;
	font: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #b66300; 
	margin-bottom: 10px;
}
td
{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

.webaddress{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #dbdbdb; 
	font-weight: bold;
}

.footer{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #8faaba; 
	font-weight: bold;
}

a { color: #8faaba;  text-decoration: none; font-weight: bold}
a:link { color: #8faaba;  text-decoration: none; font-weight: bold}
a:active { color: #8faaba;  text-decoration: none; font-weight: bold}
a:visited { color: #8faaba;  text-decoration: none; font-weight: bold}
a:hover { color: #000000; text-decoration: underline; font-weight: bold}


