body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #a79765;
	scrollbar-3dlight-color: #a79765;
	scrollbar-darkshadow-color: #a79765;
	scrollbar-shadow-color: #a79765;
	scrollbar-arrow-color: #a79765;
	scrollbar-track-color: #a79765;
	background-color: #433E35;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.5em;
}

hr {
	color:#A79765;
	margin-top: 3px;
}

a:link {
	color: #edd29d;
}
a:visited {
	color: #edd29d;
}
a:hover {
	color: #edd29d;
	text-decoration: none;
}
a:active {
	color: #edd29d;
	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: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
input.button, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5 5 5 5;
	border: 0px solid #a79765;
	color: #FFFFFF;
	background-color: #A79765;
	font-size: 13px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #A79765;
}
input[type="submit"]:active {
	background-color: #A79765;
}
input[type="submit"][disabled] {
	border-color: 0px solid #a79765;
	color: #FFFFFF;
	background-color: #A79765;
}
input.text, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5 5 5 5;
	border: 0px solid #a79765;
	color: #FFFFFF;
	background-color: #A79765;
	font-size: 13px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #A79765;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #A79765;
}

.TextTitleLarge {
	font-size: 22px;
	color: #edd29d;
	text-decoration: underline;
}
.TextTitleMedium {
	font-size: 16px;
	color: #edd29d;
	text-decoration: underline;
}
.TextTitleSmall {
	font-size: 14px;
	font-weight: bold;
}
.TextGoldMedium {
	font-size: 14px;
	color: #edd29d;	
}
.TextRed {
	color: #9e231c;
}
.TextRed A {
	color: #9e231c;
}
.TextRed A:visited {
	color: #9e231c;
}
.TextRed A:hover {
	color: #9e231c;
}

.TextSmall {
	font-size: 11px;
}

.TextGold {
	color: #edd29d;
}

.Footer {
	color:#FFFFFF;
	font-size: 11px;
}
.Footer A {
	color: #edd29d;
}
.Footer A:visited {
	color: #edd29d;
}
.Footer A:hover {
	color: #edd29d;
}

.BG1 {
	background-attachment: scroll;
	background-image: url(../images/P_BG1.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.BG2 {
	background-attachment: scroll;
	background-image: url(../images/P_BG2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.BG3 {
	background-attachment: scroll;
	background-image: url(../images/P_BG3.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#Float-Right {
	float: right;
	padding-left: 10px;
}

