body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .75em;
	margin-top: 0%;
	margin-bottom: 0%;
	background-color: #5A5858;
}


table {
	background-color: #f6efe5;
}

		
p {
	line-height: 150%;
	text-align: left;
	margin-top: 0%;
	margin-bottom: 0%;
}

#heading {
	background-color: #f6efe5;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	margin-top: 1%;
	margin-bottom: 1%;
}


.note {
	font-size: 100%;
	font-style: italic;
	margin-top: 1%;
	margin-bottom: 1%;
}


.subheads {
	background-color: #f6efe5;
	color: #5A5858;
	font-size: 150%;
	font-weight: 400;
	margin-top: 1%;
	margin-bottom: .75%;
}


ul {
		line-height: 150%;
		margin-top: 0%;
		margin-left: 5%;
		margin-right:0%;
}


li {
		font-size: 100%;	
		margin-left: 0%;
		margin-right: 0%;
}

#return {
	font-size: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	text-align: center;
}


#copyright {
	font-size: 90%;
	text-align: center;
	background-color: #f6efe5;
	color: #000000;
}


a:link	{
	color: #ff0000;
	text-decoration: none;
	background-color: transparent;
	}
a:visited	{
	color: #006600;
	text-decoration: none;
	background-color: transparent;
	}
a:active	{
	color: #cc9900;
	text-decoration: none;
	background-color: transparent;
	}
a:hover	{
	color: #cc9900;
	text-decoration: none;
	background-color: transparent;
	}







