body
{
	margin: 0px;
}
.nav
{
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #F5F5EC;
	}	
A.nav:link {
	text-decoration:    none;
	color: #F5F5EC;
}
A.nav:visited  {
    text-decoration:    none;
    color:#F5F5EC;
}
A.nav:active   {
    text-decoration:    none;
    color: #BFDAED;
}
A.nav:hover    {
    text-decoration:    none;
    color: #BFDAED;
}
.header
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	}
.main
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	}	
.footer
{
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	}	
A.footer:link {
	text-decoration:    none;
	color: #ffffff;
}
A.footer:visited  {
    text-decoration:    none;
    color:#ffffff;
}
A.footer:active   {
    text-decoration:    none;
    color: #BFDAED;
}
A.footer:hover    {
    text-decoration:    none;
    color: #BFDAED;
}