.nav
	{
	font-family: georgia, times new roman;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
	
a.nav
	{
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #666666;
	}
	
a.nav:hover
	{
	text-decoration: underline;
	color: #666666;
	font-style: normal;
	}	
	
a
	{
	font-weight: normal;
	text-decoration: none;
	color: #256D9B;
	font-style: normal;
	}
	
a:hover
	{
	text-decoration: none;
	color: #;
	}	


td
	{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
.justify
	{
	text-align: justify;
	padding-right: 15px;
	}
	
.footer
	{
	font-family: georgia, serif;
	font-size: 12px;
	color: #ffffff;
	}
	
h1
	{
	font-family: georgia, serif;
	font-size: 28px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;	
	}
	
h2
	{
	font-family: georgia, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;	
	}
	
	
a.footer
	{
	font-family: georgia, serif
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	}
	

a.footer:hover
	{
	color: #99ccff;
	font-weight: normal;
	font-style: normal;
	}
	
.title
	{
	font-family: georgia, serif
	font-weight: bold;
	font-size: 18px;
	}
	
.warning
	{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	}
	
input
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FBFAF8;
	width: 120px;
	border: 1 solid;
	border-color: #CCCCCC;
	}	
	
textarea
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FBFAF8;
	width: 420px;
	border: 1 solid;
	border-color: #CCCCCC;
	}
	
ul,li
	{
	color: #85724F;
	margin-bottom: 15px;
	}		
