body, td, th {
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
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;
}

/*文本框行距及边距*/
.tdtext {
	padding:5px;
	line-height:120%;
}
input, select  {
	border:1px #666666 solid;
	height:18px;
	font-size: 12px;
}
.tddotted {border-bottom:1px #CCCCCC dotted;}