td,center { font-size: 12px; color: #333333; text-decoration: none; font-family: "Verdana"; line-height:16px;}
body { font-size: "12px"; color: "#666666"; text-decoration: "none"; font-family: "Verdana";overflow-x:"hidden";overflow-y:"auto";}

a { color: #000000; text-decoration: none}
a:hover { color: #FF3300; text-decoration: underline}


.radio {
	border: 0px;
}
.button {
	height: 20px;
}

/*英文字*/
.fontEnglish { font-family: "Arial", "宋体"; font-size: 12px; text-decoration: none;}

/*标题字*/
.fontTitle { font-weight: bold;	text-decoration: none;	color: #333333;}

/*特大字*/
.fontSuperBig {	font-size: 18px; font-weight: bolder; color: #000000;}

/*醒目字*/
.fontStriking{ font-weight: bold; font-size:12; text-decoration: none; color: #ff3300;}

/*右边线*/
.borderRight {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #eeeeee;
}

/*标题栏右边线*/
.borderRightTitle {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
