﻿h1 {font: bold 150% Arial }
h3 {font: bold 110% Arial }

a:link {
	text-decoration: none;
	color: Blue;
	font-weight: bold;
}

a:visited {text-decoration: none; color: Blue}
a:active {text-decoration: none; color: Blue}
a:hover {text-decoration: underline;}

.mainHeading {
	padding-bottom: 20px;
	color: Black;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 170%;
	text-align: center;
}

.minorHeading {
	padding: 1em 0 1em 0; 
	color: Black;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 125%;
	font-style: normal;
	text-align: left;
	margin-left: 0px;
}

.ViewDocs 
{
    cursor:pointer;
}

.bodyText {
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 115%;
	/* background-color: #C9B487;  #C9B487 */
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}

.bodyText a:link {
  text-decoration: none; color: Maroon;
}

.bodyText a:hover {
  text-decoration: underline; color: Red;
}


.bodyTextSmall {
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 72%;
	/* background-color: #C9B487;  #C9B487 */
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}

.donorTableState 
{
	text-align: center; 
	font-weight: bold;
	font-size: 125%;
}

.donorTableTown 
{
	text-align: left; 
	font-weight: bold;
	font-size: 115%;
	
}

.donorTableDonors 
{
	text-align: left; 
	font-weight: normal;
	vertical-align: top;
}