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

body{
	margin-top:20px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#25251d;
}

.nav{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #585858;
	float:left;
}

.nav:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #585858;
	float:left;
}

.body_bg{
	background-image:url(../images/body_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
	height:403px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.title1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4D4D45;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}

.table1{
	background-image:url(../images/tble_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFF;
	border: 1px solid #D6D6D6;
	padding: 10px;
}

.txt{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	line-height: 14px;
}
.more1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F5C919;
	text-decoration: none;
}
.more1:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration:underline;
}

.title2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.brdr1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}

.title3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F5C919;
	text-decoration: none;
}

.title4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F5C919;
	text-decoration: none;
}

ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
}
li {
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(../images/arrow_r.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	padding-top: 2px;
	padding-bottom: 2px;
}
.footer{
	background-image:url(../images/ftr_df.png);
	height:79px;
}