body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #b4ad90;
	scrollbar-3dlight-color: #b4ad90;
	scrollbar-darkshadow-color: #b4ad90;
	scrollbar-shadow-color: #b4ad90;
	scrollbar-arrow-color: #b4ad90;
	scrollbar-track-color: #b4ad90;
	background-color: #b4ad90;
	background-attachment: scroll;
	background-image: url(../images/BG_Top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3c4931;
	line-height: 18px;
}

a:link {
	color: #16220c;
}
a:visited {
	color: #16220c;
}
a:hover {
	color: #436824;
	text-decoration: none;
}
a:active {
	color: #436824;
	text-decoration: none;
}
HTML {
	font-size: 100%;
}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
input.button, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3 3 3 3;
	border: 2px solid #ffffff;
	color: #FFFFFF;
	background-color: #697A5A;
	font-size: 12px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #697A5A;
}
input[type="submit"]:active {
	background-color: #697A5A;
}
input[type="submit"][disabled] {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #697A5A;
}
input.text, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3 3 3 3;
	border: 2px solid #ffffff;
	color: #FFFFFF;
	background-color: #697A5A;
	font-size: 12px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #697A5A;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #697A5A;
}

.TextTitleLarge {
	font-size: 20px;
	color: #697a5a;
	letter-spacing: 2px;
	background-image: url(../images/TextTitleLarge_Underline.gif);
	background-attachment: scroll;
	line-height: 24px;
	text-transform: uppercase;
}
.TextTitleMedium {
	font-size: 20px;
	color: #7b7457;
	letter-spacing: 2px;
	background-image: url(../images/TextTitleMedium_Underline.gif);
	background-attachment: scroll;
	line-height: 24px;
	text-transform: uppercase;
}
.TextTitleSmall {
	font-size: 16px;
	color: #7b7457;
	letter-spacing: 2px;
	background-attachment: scroll;
	line-height: 22px;
	text-transform: uppercase;
}

.TextRed {
	color: #FF0000;
}
.TextRed A {
	color: #FF0000;
}
.TextRed A:visited {
	color: #FF0000;
}
.TextRed A:hover {
	color: #FF0000;
}

.TextSmall {
	font-size: 11px;
}

.Footer {
	color:#FFFFFF;
	font-size: 12px;
	padding: 16px;
}
.Footer A {
	color: #FFFFFF;
}
.Footer A:visited {
	color: #FFFFFF;
}
.Footer A:hover {
	color: #FFFFFF;
}
#Float-Left {
	float: left;
	padding-right: 20px;
}
#Float-Right {
	float: right;
	padding-left: 20px;
}
