body	{
	topmargin: 0;
	background-color: #FEFDFB;
	}

	
.header	{
	font-family: helvetica;
	font-size: 18px;
	color: #B91237;
	margin-left: 55px;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
	}	
	
.subheader	{
	font-family: helvetica;
	font-size: 14px;
	color: #515A18;
	font-weight: bold;
	text-decoration: none;
	}
	
.main, .maintable{
	font-family: helvetica;
	font-size: 12px;
	color: black;
	margin-left: 55px;
	line-height: 20px;
	}
	
.maintable{
	margin-left: 0px;
	}
	
.footer{
	margin-left: 30px;
	line-height: 20px;
	font-family: helvetica;
	font-size: 11px;
	text-decoration: none;
	}
	
	
a:link, a:visited, a:active	{
	text-decoration: none;
	color: black;
	}
	
a:visited	{
	color: black;
	}
	
a:active	{
	color: red;
	}

a:link.sub, a:visited.sub	{
	text-decoration: underline;
}

a:hover.sub	{
	color: blue;
	}
	
