body {
	background-image: url(images/ContentBg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #A6B47A;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #73833D;
	line-height: 18px;
}

td{
	font-family: Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #73833D;
	line-height: 18px;
}

input,textarea {
	font-family: Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #73833D;
	background-color: #D0DAAF;
	border: 1px solid #73833D;
	padding-left: 5px;
	padding-right: 5px;
}

select {
	font-family: Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #73833D;
	background-color: #D0DAAF;
	border: 1px solid #73833D;
}

.table_bg {
	width: 100%;
	height: 100%;
	background-image: url(images/bottomBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.td_header {
	background-image: url(images/topBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.td_footer {
	background-image: url(images/footerBg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 150px;
}

.content_area {
	padding-left: 70px;
	padding-right: 45px;
	padding-top: 25px;
	font-family: Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #4E5C2E;
	line-height: 20px;
}

.a_menu {
	font-family: Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #368723;
}

.a_menu:hover{
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #368723;
}

a:hover {
	text-decoration: underline;
	color: #134513;
}

a:visited {
	text-decoration: none;
	color: #368723;
}

a:active {
	text-decoration: none;
	color: #368723;
}

img.left {
	margin-right: 20px;
	margin-bottom: 20px;
}

img.right {
	margin-left: 20px;
	margin-bottom: 20px;
}

h1 {
	font-family: Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: 800;
	color: #73833D;
	letter-spacing: -1px;
	margin-bottom: -17px;
}

h2 {
	font-family: Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 800;
	font-style: italic;
	color: #A0B45C;
	letter-spacing: -1px;
}

h3 {
	font-family: Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13pt;
	font-weight: 800;
	color: #73833D;
	letter-spacing: -1px;
	margin-bottom: -17px;
}

h4 {
	font-family: Trebuchet, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: 800;
	color: #73833D;
	letter-spacing: -1px;
}

.table_content {
	border:1px solid #BCBE8F;
	background-color: #D8DDBB;
	padding: 10px;
	line-height: 18px;
}
