@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
.bgwhite {
	background-color: #FFFFFF;
}
.bgLinks {
	background-color: #2D2F35;
}
.textLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.textLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.textLinks a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.bgLinkDivider {
	background-color: #474A51;
}
.textLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bgMainPicL {
	background-color: #F3E6BE;
	background-image: url(images/bg_home_mainpicL.jpg);
	background-repeat: no-repeat;
}
.bgMainPicM {
	background-color: #F3E6BE;
	background-image: url(images/bg_home_mainpicM.jpg);
	background-repeat: no-repeat;
}
.bgbrown {
	background-color: #352D2D;
}
.textfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBBBBB;
}
.txtwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.bgBrownDark {
	background-color: #110E0E;
}
.bgLightBrown {
	background-color: #F3E7BF;
}

.bgMainPicR {
	background-color: #F3E6BE;
	background-image: url(images/bg_home_mainpicR.jpg);
	background-repeat: no-repeat;
}
.bgfooter {
	background-color: #291F15;
}
.headerwhite {
	font-family: "Trebuchet MS", Verdana, "Humnst777 BT", Tahoma;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.header2brown {
	color: #FF9557;
	text-decoration: none;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
}
.txtwhite a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.txtwhite a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txtwhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.borderS {
	border: 1px solid #FF9557;
}
