@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.h1{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.h2{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

.h3{
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 20px;
}



td {
	font-size: 12px;
	line-height: 20px;
}

img {
	border: 0px;
}

.bold {
	font-weight: bold;
}

.3333 {
	color: #999999;
	font-size: 12px;
}

.redbold {
	font-weight: bold;
	color: #ff6300;
}

.bdlong {
	width: 90px;
	font-weight: bold;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #ff6300;
	text-decoration: none;
}

a.l:link{
	color: #000000;
	text-decoration: underline;
}

a.l:visited{
	color: #000000;
	text-decoration: underline;
}

a.l:hover{
	color: #ff6300;
	text-decoration: none;
	font-weight: bold;
}

a.b:link{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.b:visited{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.b:hover{
	color: #ff6300;
	text-decoration: none;
	font-weight: bold;
}

a.h:link{
	color: #999999;
	text-decoration: none;
}

a.h:visited{
	color: #999999;
	text-decoration: none;
}

a.h:hover{
	color: #ff6300;
	text-decoration: underline;
	font-weight: bold;
}

/* 顶部 */

.topbg {
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3c2a8;
}

.topdy {
	background-image: url(../images/topdy.gif);
	background-repeat: repeat-x;
	height: 25px;
	background-position: top;
}

/* 左侧 */

.left {
	background-color: #f9f6f3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3c2a8;
	width: 160px;
}

.lefttabel{
	padding-left: 20px;
}

.lefttitle {
	width: 160px;
	background-image: url(../images/lefttitlebg.gif);
	background-repeat: repeat;
	height: 25px;
	padding-left: 20px;
	font-weight: bold;
}

.lefttext {
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.leftmid {
	width: 18px;
}

/* 右侧 */

.bg33 {
	font-size: 13px;
	color: #554433;
	background-image: url(../images/bg33.gif);
	background-repeat: repeat-x;
	height: 26px;
	background-color: #c7bfad;
	font-weight: bold;
}

.right {
	border: 1px solid #554433;
}

.righttitle {
	background-color: #d7d0bd;
	font-weight: bold;
	color: #554433;
}

.righttext {
	background-color: #eeece4;
	color: #554433;
}

.righttext1 {
	background-color: #eeece4;
	font-weight: bold;
}

.righttext2 {
	font-weight: bold;
}

/* 版权 */

.bottombg {
	background-image: url(../images/topdy.gif);
	background-repeat: repeat-x;
	height: 25px;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3c2a8;
	color: #999999;
	padding-top: 12px;
	padding-right: 8px;
}

