body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #f3f1da;
	scrollbar-highlight-color: #f3f1da;
	scrollbar-3dlight-color: #f3f1da;
	scrollbar-darkshadow-color: #f3f1da;
	scrollbar-shadow-color: #f3f1da;
	scrollbar-arrow-color: #666633;
	scrollbar-track-color: #a8ce5e;
	background-color: #a8ce5e;
	background-image: url(../images/BG.jpg);
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666633;
	line-height: 22px;
}

a:link {
	color: #999900;
}
a:visited {
	color: #999900;
}
a:hover {
	color: #999900;
	text-decoration: none;
}
a:active {
	color: #999900;
	text-decoration: none;
}
HTML {
	font-size: 100%;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top: 2px;
}
html>body input.text, html>body input.button html>body select {
	height: 1em;
}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
input.button, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3 3 3 3;
	border: 2px solid #f3f1da;
	color: #666633;
	background-color: #d0d8aa;
	font-size: 16px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #d0d8aa;
}
input[type="submit"]:active {
	background-color: #d0d8aa;
}
input[type="submit"][disabled] {
	border-color: #f3f1da;
	color: #666633;
	background-color: #d0d8aa;
}
input.text, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3 3 3 3;
	border: 2px solid #f3f1da;
	color: #666633;
	background-color: #d0d8aa;
	font-size: 16px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #d0d8aa;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #d0d8aa;
}

.TextTitleLarge {
	font-size: 22px;
	line-height: 28px;
}
.TextTitleMedium {
	font-size: 20px;
	line-height: 26px;
}
.TextTitleSmall {
	font-size: 18px;
	line-height: 24px;
}

.TextRed {
	color: #FF0000;
}
.TextRed A {
	color: #FF0000;
}
.TextRed A:visited {
	color: #FF0000;
}
.TextRed A:hover {
	color: #FF0000;
}

.TextSmall {
	font-size: 11px;
	line-height: 16px;
}

.Footer {
	color:#FFFFFF;
	font-size: 13px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	line-height: 26px;
}
.Footer A {
	color: #FFFFFF;
}
.Footer A:visited {
	color: #FFFFFF;
}
.Footer A:hover {
	color: #FFFFFF;
}
.BodyPadd {
	background-attachment: scroll;
	background-image: url(../images/Body_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 35px;
}
.BGL {
	background-attachment: scroll;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
	background-position: right top;
}
.BGR {
	background-attachment: scroll;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#BGXL {
	background-attachment: scroll;
	background-image: url(../images/BGX.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	height: 100%;
	width: 100%;
}
#BGXR {
	background-attachment: scroll;
	background-image: url(../images/BGX.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 100%;
	width: 100%;
}
#BGYL {
	background-attachment: scroll;
	background-image: url(../images/BGYL.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 100%;
	width: 100%;
}
#BGYR {
	background-attachment: scroll;
	background-image: url(../images/BGYR.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 100%;
}
#BGTL {
	background-attachment: scroll;
	background-image: url(../images/BGTL.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
	width: 100%;
}
#BGTR {
	background-attachment: scroll;
	background-image: url(../images/BGTR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
}
.PicCol {
	padding-top: 35px;
}
.PicCol img {
	margin-bottom: 35px;
	border: 2px solid #f3f1da;
}
