

body {
	margin: 0px;
	background-color: #FFFFFF;
}
td {
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #000000;
}
#oTable tr {alternateColor:expression(bgColor=rowIndex%2==0?'#52BED6':'#efefef')}
#oTable td {
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
}
#oTable th {
	font-size: 14px;
	line-height: 1.2;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
}
.up {
	text-transform: uppercase;
}
