body {
	margin: 0px;
	background-color:#e5dfdf;	
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #626262;
	text-decoration: none;
} 

.bodytextpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #7A689B;
	text-decoration: none;
}

.pageheader {
	font-family: arial;
	font-size: 17px;
	line-height: 16px;
	font-weight: bold;
	color: #004F75;
	text-decoration: none;
}


a.mainlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}
a.mainlinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: black;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}

a.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color:#8F85A5;
	font-weight: bold;
	text-decoration: none;
}

a.links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color:#4B0082;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4B0082;
}

.heading {
	font-family: arial;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}

.iso {
	font-family: arial;
	font-size: 17px;
	line-height: 16px;
	font-weight: bold;
	color: #E6E7C2;
	text-decoration: none;
}

.mid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.mid:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
	line-height: 16px;
	font-weight: normal;
	color: #ddd5d5; 
}

.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7A689B;
	text-decoration: none;
}

.bottomlinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
	line-height: 16px;
	font-weight: normal;
	color: #7A689B; 
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}


.border {
	border: 1px solid  #006699;
}

