body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #f4eda9;
	scrollbar-highlight-color: #ac5e2d;
	scrollbar-3dlight-color: #ac5e2d;
	scrollbar-darkshadow-color: #ac5e2d;
	scrollbar-shadow-color: #ac5e2d;
	scrollbar-arrow-color: #ac5e2d;
	scrollbar-track-color: #ac5e2d;
	background-color: #ffffff;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e0d22;
}

a:link {
	color: #4e0d22;
	font-weight: bold;
}
a:visited {
	color: #4e0d22;
	font-weight: bold;
}
a:hover {
	color: #88173C;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #88173C;
	text-decoration: none;
	font-weight: bold;
}
HTML {
	font-size: 100%;
}

input.text, input.button, textarea, select {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.button, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3 3 3 3;
	border: none;
	color: #4e0d22;
	background-color: #eed6dd;
	font-size: 12px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #eed6dd;
}
input[type="submit"]:active {
	background-color: #eed6dd;
}
input[type="submit"][disabled] {
	color: #000000;
	background-color: #eed6dd;
	border: none;
}
input.text, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3 3 3 3;
	border: none;
	color: #4e0d22;
	background-color: #eed6dd;
	font-size: 12px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #eed6dd;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #eed6dd;
}

.TextTitleLarge {
	font-size: 26px;
	font-weight: bold;
	background-image: url(../images/TextTitleLarge_Underline.gif);
	background-attachment: scroll;
	line-height: 33px;
}
.TextTitleMedium {
	font-size: 22px;
	font-weight: bold;
	background-image: url(../images/TextTitleMedium_Underline.gif);
	background-attachment: scroll;
	line-height: 28px;
}
.TextTitleSmall {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/TextTitleSmall_Underline.gif);
	background-attachment: scroll;
	line-height: 20px;
}

.TextRed {
	color: #FF0000;
}
.TextRed A {
	color: #FF0000;
}
.TextRed A:visited {
	color: #FF0000;
}
.TextRed A:hover {
	color: #FF0000;
}

.TextSmall {
	font-size: 11px;
}

.Footer {
	font-size: 12px;
	font-weight: bold;
}

#Body-BG-Top {
	background-attachment: scroll;
	background-image: url(../images/Body_Border_Top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#Body-BG-Bott {
	background-attachment: scroll;
	background-image: url(../images/Body_Border_Bott.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.BGTop {
	background-attachment: scroll;
	background-image: url(../images/BG_Top.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
}
.BGBott {
	background-attachment: scroll;
	background-image: url(../images/BG_Bott.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#Newletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 20px;
}
#FormBorder {
	border:#4e0d22 1px solid; 
	background-color:#4e0d22; 
	width:274px;
}