@charset "utf-8";
body {
	background-color: #010000;
	background-image: url(images/home_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}
.f_bg {
	background-color: #754215;
	background-image: url(images/home_f_center.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.f-txt {
	font-family: Verdana;
	font-size: 9px;
	color: #efc272;
}
.welcome-border {
	padding: 18px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2e160a;
	border-bottom-color: #2e160a;
	border-left-color: #2e160a;
}
.prop-border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2e160a;
	border-bottom-color: #2e160a;
	border-left-color: #2e160a;
}
.maintxt {
	font-family: Tahoma;
	font-size: 11px;
	color: #fde8ca;
	text-decoration: none;
	text-align: justify;
}
