@charset "utf-8";
.BGtop {
	background-attachment: scroll;
	background-image: url(BGtop.jpg);
	background-repeat: repeat;
	background-position: center top;
}
body {
	background-color: #caa266;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.BGBody {
	background-image: url(BGbody.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.BGbottom {
	background-image: url(BGbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.Headers_Orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #F76539;
}
.Headers_Charcole {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.txt_normal_charcole {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.txt_Vertical_Line {
	border-left-style: dotted;
	border-left-color: #FF6600;
	border-left-width: 1px;
}
.txt_Horazontal_Line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.txt_Horazontal_Line_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
.BG_gray {
	background-color: CCCCCC;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.txt_normal_charcole_ilall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
.BG_Skin {
	background-color: DCCEC1;
}
.BG_LT_Skin {
	background-color: caa266;
}
