body {
  	padding-left: 1em;
  	font-family: Georgia, "Times New Roman", Times, serif;
  	color: black;
		font-size: 12px;
  	background-color: #FFFFFF }

div#main {
	padding: 10px;
	margin-top: 1px;
	margin-left: 10px;
  	background-color: #FFFFFF
}

div#footer {
	padding: 5px;
	margin: 0px;
	border-top: thick solid #FF0000;
	font-family: Arial, Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000;
}

h1 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #ff0000; }

p {
	font-family: Arial, Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #ff0000; }

p.FormText {
	font-size: 12px;
	color: #FF0000; 
} 

a.nav:link {
	font-family: Arial, Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;}

a.nav:visited {
	font-family: Arial, Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;}
a.nav:hover {
	text-decoration: none;
	color: #ff0000; }
	
a.text:link {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline;}

a.text:visited {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline;}
	
a.text:hover {
	text-decoration: none;
	color: #ff0000; }

a.footer:link {
	font-family: Arial, Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;}

a.footer:visited {
	font-family: Arial, Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;}
a.footer:hover {
	text-decoration: none;
	color: #ff0000; }

