body {
	margin: 0px;
	padding: 0px;
}
td.cellHeaderLeft {
	background-color: #ffcd48;
	background-image: url(images/img_headerbg_left.gif);
	background-repeat: no-repeat;
}
td.cellHeaderCenter {
	background-color: #ffcd48;
	background-image: url(images/img_headerbg_center.gif);
	background-repeat: repeat-x;
}
td.cellHeaderRight {
	background-color: #ffcd48;
	background-image: url(images/img_headerbg_right.gif);
	background-repeat: no-repeat;
}
td.cellHeaderLine {
	background-color: #90bc7c;
	background-image: url(images/img_headerbg_line.gif);
	background-repeat: repeat-y;
}
td.cellBody {
	background-color: #ffffff;
	background-image: url(images/img_bodybg.gif);
	background-repeat: repeat-x;
}
td.cellFooterRight {
	background-color: #ffffff;
	background-image: url(images/img_footerbg_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
td.cellButton {
	background-image: url(images/img_buttonbg_center.gif);
	background-repeat: repeat-x;
	background-position: right middle;
}
input.formDflt {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
	width: 180px;
}
input.formDfltWide,
select.formDfltWide,
textarea.formDfltWide {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
	width: 300px;
}
input.formButton {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #187047;
	border: 2px solid #FFFFFF;
}
p.textFooter {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
p.textButton {
	font-size: 9px;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin: 2px;
	padding: 0px;
}
blockquote, li, ul {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
form {
	padding: 0px;
	margin: 0px;
}
p.textMenu {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
}
p.textMenu2 {
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 40px;
}
p.textBlock1 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
p.textBlock2 {
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
b.decGreen {
	color: #03550a;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #03550a;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #03550a;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #03550a;
	padding: 0px;
	margin: 0px;
}
h2.textBlock1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #03550a;
	padding: 0px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}
h2.textBlock2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}
h2.textBlock3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p.textDesc {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
blockquote.article {
	padding: 5px;
	margin: 0px;
}
blockquote.article:hover {
	padding: 4px;
	background-color: #d7e7d0;
	background-image: url(images/img_articlebg.gif);
	background-repeat: repeat-x;
	border: 1px dotted #03550a;
}
a,
a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.linkWhite,
a.linkWhite:link,
a.linkWhite:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkWhite:hover {
	text-decoration: underline;
}
a.linkMenu,
a.linkMenu:link,
a.linkMenu:visited {
	color: #000000;
	text-decoration: none;
}
a.linkMenu:hover {
	text-decoration: underline;
}
a.linkMenuA,
a.linkMenuA:link,
a.linkMenuA:visited {
	color: #FFFFFF;
	background: #03550a;
	border: 1px dotted #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
}
a.linkMenuA:hover {
	text-decoration: underline;
}
a.linkMenuA2,
a.linkMenuA2:link,
a.linkMenuA2:visited {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}
a.linkMenuA2:hover {
	text-decoration: underline;
}
a.linkGreen,
a.linkGreen:link,
a.linkGreen:visited {
	color: #03550a;
	text-decoration: none;
}
a.linkGreen:hover {
	text-decoration: underline;
}
