@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #120904;
}

.body_bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 1003px;
	height: 100%;
}
.title a { color: #ffffcc; }
.title {
	font-family: Calibri;
	font-size: 20px;
	font-weight: normal;
	color: #ffffcc;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 20px;
	height: 47px;
	width: 652px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	line-height: 35px;
	text-transform: uppercase;
}

.next {
	font-family: Calibri;
	font-size: 22px;
	font-weight: normal;
	color: #ffffcc;
	height: 41px;
	width: 108px;
	background-position: right;
	text-decoration: none;
}

.back {
	height: 41px;
	width: 108px;
	background-position: left;
}


.general_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFCC;
	text-align: justify;
}

.general_txt_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFCC;
	text-align: justify;
	text-decoration: none;
}

.general_txt_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FF6600;
	text-align: justify;
	text-decoration: none;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #a98c71;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 89px;
	width: 1003px;
	padding: 0 30px 0 0;
}

.footer a {
	color: #a98c71;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}

.sitemap:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: underline;
}