@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	margin: 0px;
	background-color: #efefef;
	font-size: 12px;
	line-height: 20px;
}

#center { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; }

.h1{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399FF;
}

a:link,a:visited {
	text-decoration:underline;
	color: #000000;
}
a:hover{
	color: #FF6300;
	font-weight: bold;
}

.none {
	font-size: 12px;
	color: #333333;
}

.tabel {
	border: 1px solid #E4E4E4;
	background-color: #EEF7FF;
}

.td1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #74b92d;
}

.td2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #D5D0FF;
}


.textfield {
	BORDER-RIGHT: #c5c2bb 1px solid;
	BORDER-TOP: #c5c2bb 1px solid;
	FONT-SIZE: 12px;
	BORDER-LEFT: #c5c2bb 1px solid;
	BORDER-BOTTOM: #c5c2bb 1px solid
}

.midtext {
	font-size: 12px;
	font-weight: bold;
}


/* 顶部 */

#top {
	background-color: #FFFFFF;
	text-align: center;
	clear: both;
	height: 106px;
	width: 100%;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#top1 {
	background-image: url(../images/word.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	clear: both;
	width: 760px;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
}

/* 中间 */

#mid {
	width: 760px;
	height: auto;
	clear: both;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	text-align: left;
	margin-top: 8px;
	background-image: url(../images/tdmid.gif);
	background-repeat: repeat-y;
}

#midtop {
	width: 760px;
	height: 7px;
	background-image: url(../images/tdtop.gif);
	background-repeat: no-repeat;
}

#midbot {
	width: 760px;
	height: 7px;
	background-image: url(../images/tdbot.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#midb {
	width: 700px;
	height: 30px;
	font-size: 12px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 16px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 6px;
}

/* 底部 */

#bot {
	width: 744px;
	height: auto;
	clear: both;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	font-size: 12px;
	text-align: left;
	color: #666666;
	padding-right: 8px;
	padding-left: 8px;
}


#bot a:link,#bot a:visited {
	color: #666666;
	text-decoration: none;
}
#bot a:hover{
	color: #FF6300;
	font-weight: bold;
	text-decoration: underline;
}
