/* 定义表格内字体大小及颜色等 */
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;

}

/* 定义BODY内字体大小及颜色等 */
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 145%;
	color: #000000;
	text-decoration: none;
}


/* 定义网站中标准链接式样 */
a:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 130%;
	color: #D23227;
	text-decoration: none;
}
a:active {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	text-decoration: none;
}.right {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;

}
.ruler {
	background-color: #dddddd;
}
.even {
	background-color: #ececec;
}
.odd {
	background-color: #f5f5f5;
}
.rightbody {
	padding: 5px;
}
.right01 {
	background-color: #FBFBFB;
	border: 1px solid #F0F0F0;
}
a.page:link {
	color: #D23227;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
a.page:visited {
	color: #D23227;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;

}
a.page:hover {
	color: #D23227;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;


}
a.page:active {
	color: #D23227;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
}


}
.input1 {
	border: 1px solid #E0E0E0;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
	color: #666666;


}
.button {
	color: #B4B4B4;
	background-color: #F4F4F4;
	border: 1px solid #E0E0E0;
}