body {
	background-color: #e2e2c9;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
 margin-top:0px;
 margin-bottom:10px;
}

.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.bodyText a:link, .bodyText a:visited {
	color: #243602;
	text-decoration:underline;
}
.bodyText a:hover, .bodyText a:active {
	color: #999900;
	text-decoration:underline;
}

.subHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #243602;
	background-color:#E8E9C9;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #243602;
	border-bottom-color: #243602;
}
.comingSoon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #243602;
	font-weight: bold;
}
.largeGreenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #243602;
	font-weight: bold;
}
.mediumGreenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #243602;
	font-weight: bold;
}
.mediumGreenText a:link, .mediumGreenText a:visited {
	color: #243602;
	text-decoration:underline;
}
.mediumGreenText a:hover, .mediumGreenText a:active {
	color: #999900;
	text-decoration:underline;
}

.smallGreenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #243602;
	font-weight: bold;
}




.tableHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #243602;
}
.tableHeading a:link, .tableHeading a:visited, .tableHeading a:hover, .tableHeading a:active {
	color: #ffffff;
	text-decoration:none;
}

.tableCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #243602;
	border-bottom-color: #243602;
	border-left-color: #243602;
}
.bulletCell {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.navTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #243602;
}
.navTable a:link, .navTable a:visited {
	color: #ffffff;
	text-decoration:none;
}
.navTable a:hover, .navTable a:active {
	color: #EAFC85;
	text-decoration:none;
}
.navTableImage {
	vertical-align: middle;
}



.lineRightThick {

	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #243602;
}
.lineRightThin {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999966;
}
.lineLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
}



.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.footerText a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.footerText a:visited {
	color: #FFFF99;
	text-decoration:none;
}
.footerText a:hover, .footerText a:active {
	color: #FFCC00;
	text-decoration:underline;
}


td.menu {
 background: #ffffff;
 background-image: url(images/navbar.jpg);
 background-repeat: repeat-x;
 }
