@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #506A9E;
	background-image: url(grid.gif);
}
.bottom {
	font-size: 13px;
}
a:link {
	font-weight: bold;
	color: #494F3D;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #CC6600;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #879848;
}
.chart {
	font-size: 14px;
	font-weight: bold;
	color: #506A9D;
	background-color: #CDE4FD;
	text-align: center;
}
.charttop {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #506A9D;
	text-align: center;
}
.chartbody {
	font-size: 14px;
	font-weight: bold;
	color: #506A9D;
	text-align: center;
}
.chartblack {
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.blacktext {
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #CDE4FD;
}
.smallbold {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

