body { 
	background-color:#FFECC1;
}

	:link    {
	text-decoration: none;
	color: #9D002F;
}

   	:active  {
	text-decoration: none;
	color: #008249;
}

	:hover  {
	text-decoration: underline;
	color: #090082;
}

   	:visited {
	text-decoration: none;
	color: #824B00;
}

	p,ul,dl,td {
	font: 12px Arial, Helvetica, sans-serif;
	color: Black;
}

	h1,h2,h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-bottom: -12px;
	margin-top: 30px;
}

	select, input, textarea {
	color: Black;
}

	.subhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9D002F;
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
}