/* CSS Document */

body {
	background-image: url(images/backg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.header 
{
font-weight: bold; 
color: #252525; 
font-size: 24px; 
font-family: "Trebuchet MS";
}

.header2
{
font-weight: bold; 
color: #757575; 
font-size: 18px; 
font-family: "Trebuchet MS";
}



.subHeader {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-style: italic;
}

.formHeader {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}


a.content {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

.content {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.content:hover {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.footer {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

.footer {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.footer:hover {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
	
