.top {
	background-image: url(../images/top-green.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.top-bg {
	background-image: url(../images/top-bg-green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav-bottom {
	background-image: url(../images/nav-bottom-green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #203E7A;
	text-decoration: underline;
}
a:hover {
	color: #ED1C24;
	text-decoration: none;
}
form {
	margin: 0px;
}
.bg {
	background-image:  url(../images/bg-green.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bottom-bg {
	background-repeat: no-repeat;
	background-image: url(../images/bottom-bg.gif);
	background-position: center bottom;
}
.page-bg {
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.heading {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00A652;
}
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	border: 1px solid #B9BCC0;
}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00A652;
	border: 1px solid #B9BCC0;
}
.subheading1 {
	font-size: 12px;
	font-weight: bold;
	color: #ED1C24;
	text-decoration: underline;
}
a.left-nav-sub {
	color: #F4767B;
	text-decoration: none;
	font-size: 10px;
}
