@charset "UTF-8";
/* CSS Document */
a:link {
	color: #00F;
}
a:visited {
	color: #06F;
}
a:hover {
	text-decoration: underline;
	text-align: center;
}
a:active {
	text-decoration: none;
	text-align: center;
}


font {
	font-size: 12px;
}
td {
	font-size: 12px;
	line-height: 150%;
}
.px10 {
	font-size: 10px;
}
.px12 {
	font-size: 12px;
}
.px14 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.px14left {
	font-size: 14px;
}
.px16red {
	color: #F00;
	font-size: 16px;
}
.red {
	color: #F00;
}
