body {
	margin: 0px;
	padding: 0px;
	background-color: #EFE2C3;
}
p, td, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000;
}
li {
	padding-bottom: 10px;
}
a, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C9C44;
	text-decoration: underline;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE4900;
	text-decoration: underline;
}
a.blacklink, a:link.blacklink, a:visited.blacklink, a:hover.blacklink, a:active.blacklink {
	color: #000;
}
a.backlink, a:link.backlink, a:visited.backlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4C9C44;
	text-decoration: underline;
}
a:hover.backlink, a:active.backlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DE4900;
	text-decoration: underline;
}
.border {
	border: 1px solid #4c9c44;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4C9C44;
}
.sub-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4C9C44;
}
.sub-header-leading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.9em;
	color: #4C9C44;
}
.leftbar_bg {
	background-image: url(images/leftbar_bg.jpg);
	vertical-align: top;
}
.devider {
	background-color: #D2C4A3;
	background-image: url(images/devider_bgtop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.content_cell {
	background-color: #EADAB5;
	background-image: url(images/content_bgtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
}
.content {
	padding-left: 20px;	
}
.gray_text {
	color: #666;
}
.info_tbl {
	background-color: #EFE2C3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.info_bg {
	background-color: #EFE2C3;
}
.small_text, a.small_text, a:link.small_text, a:visited.small_text, a:hover.small_text, a:active.small_text  {
	font-size: 10px;
}
.txt_16px, a.txt_16px, a:link.txt_16px, a:visited.txt_16px, a:hover.txt_16px, a:active.txt_16px {
	font-size: 16px;
}
.green-text {
	color: #4C9C44;
}
.red-text {
	color: #FF0000;
}