@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	background-image: url(../images/bg_new.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #680E06;
	font-size: 12px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d6c2c1;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BB4437;
	padding: 10px;
}
.menu a {
	color: #d6c2c1;
	text-decoration: none;
	font-size: 14px;
}
.menuselected {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.beadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	height: 20px;
	font-weight: normal;
}
.beadcrumb a {
	color: #F60;
	text-decoration: none;
}
.beadcrumb a:hover {
	color: #F60;
	text-decoration: underline;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #decfcd;
}
.whitebg {
	background-color: #FFF;
	color: #6A0D06;
	font-size: 12px;
}
.normaltext {
	font-size: 12px;
	color: #f1e5e5;
	line-height: 16px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffb400;
}
.sflow {
	height: 200px;
	overflow: scroll;
	width: 350px;
}

.normaltext p strong {
	font-family: Georgia, "Times New Roman", Times, serif;
}


.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #d3c2c1;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #70241d;
}


.menu a:hover {
	color: #FF0;
	text-decoration: underline;
	font-size: 14px;
}
.normaltext a {
	color: #900;
}
.normaltext a:hover {
	color: #930;
	text-decoration: underline;
}
.clsbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A0D06;
	padding: 8px;
	background-color: #ffb400;
	border: 1px solid #6C0D07;
	font-weight: bold;
}
.normaltext a {
	color: #FFB400;
}
.normaltext a:hover {
	color: #FFB400;
	text-decoration: none;
}
.errortext {
	font-size: 12px;
	color: #9F0;
}
.listing li {
	list-style-type: disc;
	margin-left: -20px;
}
.bgimg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 525px;
}

.selectedtab {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #950404;
	background-color: #ffb400;
}
.unselectedtab {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #d68982;
	background-color: #ad1305;
}
.unselectedtab a {
	color: #d68982;
	text-decoration: none;
}



.onklick a{
	color:#fff;
	text-decoration:none;
	float:right;
}

