body,td,th {
	font-size: 12px;
	color: #000000;
}
body {


}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/*表格下划线*/
.tdx {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C8;
}
/*导航条背景图片*/
.dh {
	background-image:url(a_10.gif);
	background-repeat:repeat-x;
}
/*左侧标题栏图片*/
.tdx1 {
	background-image:url(a_14.gif);
	background-repeat:repeat-x;
}
/*右侧标题栏图片*/
.tdx2 {
	background-image:url(a_16.gif);
	background-repeat:repeat-x;
}
/*边框样式*/
.tableborder {
	border:1px #D4D0C8 solid;
}
/*表格细线边框*/
.tableborder1 {
	border-collapse:collapse;
	border-color:#D4D0C8;
}
/*左侧标题栏文字样式*/
.lefttext {
	font-weight: bold;
}
/*文本框行距及边距*/
.tdtext {
	padding:5px;
	line-height:150%;
}
input,select  {
	border:1px #666666 solid;
	height:18px;
	font-size: 12px;
}
.submit {
	background-image: url(bg2.gif);
}
.tddotted {border-bottom:1px #CCCCCC dotted;}