body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #f58026;
	scrollbar-3dlight-color: #f58026;
	scrollbar-darkshadow-color: #f58026;
	scrollbar-shadow-color: #f58026;
	scrollbar-arrow-color: #f58026;
	scrollbar-track-color: #6eb43f;
	background-color: #6eb43f;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336633;
}

a:link {
	color: #f58026;
}
a:visited {
	color: #f58026;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	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: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
input.button, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 6 6 6 6;
	border: 2px solid #f58026;
	color: #FFFFFF;
	background-color: #f58026;
	font-size: 14px;
	background-attachment: scroll;
	background-image: url(../images/Form_BG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #f58026;
}
input[type="submit"]:active {
	background-color: #f58026;
}
input[type="submit"][disabled] {
	border-color: #f58026;
	color: #FFFFFF;
	background-color: #f58026;
}
input.text, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 6 6 6 6;
	border: 2px solid #f58026;
	color: #FFFFFF;
	background-color: #f58026;
	font-size: 14px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #f58026;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #f58026;
}

.TextTitleLarge {
	font-size: 32px;
	color: #6eb43f;
}
.TextTitleMedium {
	font-size: 28px;
	color: #367c2b;
}
.TextTitleSmall {
	font-size: 17px;
	color: #6eb43f;
}

.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: 13px;
}
.Footer A {
	color: #FFFFFF;
}
.Footer A:visited {
	color: #FFFFFF;
}
.Footer A:hover {
	color: #FFFFFF;
}
.Padd {
	padding: 15px;
}
#Float-Right {
	float: right;
}
#Float-Padd {
	padding-left: 15px;
	padding-bottom: 15px;
}

#BG-L {
	background-image: url(../images/BG_L.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	width: 100%;
}
#BG-LY {
	background-image: url(../images/BG_L_Y.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	width: 100%;
}
#BG-LX {
	background-image: url(../images/BG_L_X.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	height: 100%;
	width: 100%;
}
#BG-R {
	background-image: url(../images/BG_R.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	width: 100%;
}
#BG-RY {
	background-image: url(../images/BG_R_Y.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	width: 100%;
}
#BG-RX {
	background-image: url(../images/BG_R_X.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 100%;
	width: 100%;
}.Borders {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #f58026;
	border-right-color: #f58026;
	border-bottom-color: #f58026;
	border-left-color: #f58026;
}

hr {
	color: #F58026;
}
