.mainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e4e4e4;
}

a:link 
	{
	color: black;
	background-color: transparent;
	text-decoration: none;
	}

a:visited
	{
	color: black;
	background-color: transparent;
	text-decoration: none;
	}

a:hover
	{
	color: black;
	background-color: transparent;
	text-decoration: underline;
	}

a.bodylinks:link
	{
	color: white;
	background-color: transparent;
	text-decoration: underline;
	}

a.bodylinks:visited
	{
	color: white;
	background-color: transparent;
	text-decoration: underline;
	}

a.bodylinks:hover
	{
	color: yellow;
	background-color: transparent;
	text-decoration: underline;
	}

.subhead
	{
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;	
	}
	
.border
	{
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px dotted #fff;	
	}

h1
	{
	font-size: 22px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}