body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B4B4B4;
}
.bg-left {
	background-image: url(layout/bg-left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.bg-right {
	background-attachment: scroll;
	background-image: url(layout/bg-right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.pagebdr {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #196333;
	border-right-color: #196333;
	border-bottom-color: #196333;
	border-left-color: #196333;
	background-color: #FFFFFF;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.pagebody-bg-bdr {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(layout/body-content-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 2px solid #1A6234;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.gry-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.photobdr {
	border: 2px solid #1A6234;
}
.hr {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.GreenBoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A6234;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #660000;
}
a:active {
	color: #660000;
}

