@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E3E3E;
	background-color: #065261;
	margin: 0px;
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #4E7229;
	text-decoration: none;
}
a:hover {
	color: #F79920;
	text-decoration: none;
}
a:visited {
	color: #4E7229;
	text-decoration: none;
}
.blackText {
	color: #000000;
	font-weight: bold;
}
.donorTable {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.menuB {
	font-size: 12px;
	color: #FCFDE8;
	text-decoration: none;
	background-color: #699C37;
	padding: 10px;
}
.headingText {
	font-size: 16px;
	color: #1B6766;
	font-weight: bold;
}
.contentBody {
	background-color: #FCFDE8;
}
.menuA {
	font-size: 16px;
	font-weight: normal;
	color: #FCFDE8;
	text-decoration: none;
	background-color: #699C37;
	padding: 10px;
}
.menuA a:link {
	color: #FCFDE8;
	text-decoration: none;
}
.menuA a:hover {
	color: #065261;
	text-decoration: none;
}
.menuA a:visited {
	color: #FCFDE8;
	text-decoration: none;
}
