@import url("footer.css");
.mainBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-size: 15px;

}
.pageHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #9393B7;
	letter-spacing: 2px;
	font-style: normal;

}
p.indented /* instead of just p {*/ 
{ 
margin: 0px; 
padding: 0px;    
text-indent: 0px; 
} 
.smallerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}
#mglink a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #78B8FE;
}
.tableHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
.dottedBorder {
	border: thin dotted #ECE9D8;
	color: #D5CEA8;
}
