* {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	text-align: center;
	margin: 10px 0;
	font-size: 11px;
}
input, textarea {
	border-width: 1px;
}
td {
	word-wrap: break-word;
	white-space: pre-wrap;
}
a:link {
	color: #00c;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: none;
}
#wrap {
	text-align: left;
	width: 1002px;
	margin: 0 auto;
}
#head {
	width: 100%;
}
#head a, #foot a {
	padding: 5px;
}
#head a:visited {
	color: #666;
}
#head a:hover {
	color: #c36;
	text-decoration: underline;
}
#head_logo {
	float: left;
	background: url(../images/logo.gif) no-repeat;
	width: 220px;
	height: 89px;
}
#head_top_right {
	width: 764px;
	color: #999;
	float: right;
	line-height: 40px;
	text-align: right;
	border-bottom: 1px solid #999;
	
}
#head_here {
	color: #333;
	clear: both;
	line-height: 25px;
	padding: 0 10px 0 25px;
	margin: 10px 3px 10px 5px;
	font-size: 13px;
	background: #eee url(../images/ico/ico_1.gif) no-repeat 10px center;
}
#head_here a {
	color: #333;
	text-decoration: none;
}
#head_here a:visited {
	color: #03c;
}
#head_here a:hover {
	color: #c36;
	text-decoration: underline;
}


#content {
	width: 100%;
}
#content_left {
	width: 800px;
	float: left;
	padding: 0 5px 0;
}
.content_left_top {
	clear: both;
	height: 20px;
	border: 1px solid #ccc;
	background: #eee;
	font-size: 13px;
	padding: 5px 10px 5px;
	margin: 0 0 10px;
	background: url(../images/bg_left_top.gif)
}
h3 {
	font-size: 13px;
	border-bottom: 1px dashed #ccc;
	padding: 5px;
	clear: both;
}
td, tr, th {
	padding: 5px;
	background: #eee;
	font-size: 13px;
}
.tdtext {
	font-size: 14px;
}
#content_left ol {
	margin: 5px;
	width: 790px;
}
#content_left ol li {
	float: left;
	line-height: 20px;
	white-space: nowrap;
}
#content_left ol li span {
	color: #665;
	padding: 0 10px 0 0;
}


#content_left dl {
	border-bottom: 1px dashed #ccc;
	padding: 10px 5px 5px;
}
#content_left dl dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}
#content_left dl dt span {
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	color: #666;
}
#content_left dl dd {
	line-height: 20px;
}
#content_left_c form u {
	color: #f00;
}

#tableshow p {
	height: 20px;
	padding: 5px 0;
}


#content_right {
	width: 190px;
	float: right;
}
.content_right_list {
	width: 185px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
h4 {
	padding: 0 0 0 20px;
	color: #369;
	line-height: 25px;
	background: #eee url(../images/bg_h3.jpg) no-repeat;
	font-size: 13px;
}
#content_right ul {
	margin: 5px 0;
}
#content_right ul li {
	line-height: 22px;
	padding: 0 0 0 14px;
	margin: 0 0 0 5px;
	background: url(../images/ico/ico_3.gif) no-repeat left;
	list-style: none;
}
#assert {
	float:right;
	width: 410px;
}
#assert ul {
	margin: 20px;
}


#foot {
	width: 100%;
	clear: both;
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
	text-align: center;
}
#foot p {
	line-height: 25px;
}

#foot a:link {
	color: #333;
	text-decoration: none;
}
#foot a:visited {
	color: #666;
	text-decoration: none;
}
#foot a:hover {
	color: #c36;
	text-decoration: underline;
}
#foot a:active {
	color: #666;
	text-decoration: none;
}


.input {
	margin: 5px;
}
.tdtext {
	font-size: 14px;
}
.smalltext {
	font-size: 11px;
}