td {
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	color: #555555;
}
.a10 {
	font-family: Arial;
	font-size: 10px;
	line-height: 150%;
}
a:link {
	font-size: 10px;
	color: #0000FF;
}
a:visited {
	font-size: 10px;
	color: #006600;
}
a:hover {
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
a:active {
	font-size: 10px;
	color: #333333;
}

.table-title {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00009C;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.table-td1 {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	background-color: #e8f3ff;
	text-align: center;
	border: 1px solid #FFFFFF;
}
.table-td2 {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.table-gray {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	background-color: #cccccc;
	text-align: center;
	border: 1px solid #FFFFFF;
}