body,td,th {
	font-size: 12px;
	color: #333333;
}
.hide_input {
	font-size: 12px;
	border: 0px none ;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.input_box {
	font-size: 12px;
	color: #660477;
	background-color: #FAD4E9;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DC8AB9;
}
.style_line{
	line-height:20px;
}
.style_Content {
	font-size:14px;
	color:#FFFFFF;
	line-height:20px;
}
.table_round {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #CCCCCC;
	border-bottom-color: #F5F5F5;
	border-left-color: #CCCCCC;
}
.input_box1 {
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #999999;
}