/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}
a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
h1 {
	font-size: 18px;
	color: #444444;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	color: #CC9900;
	font-weight: bold;
}
.hidden {
	color:#000000;
	visibility:hidden;
	font-size: 9px;
}
.footer {
	font-size: 11px;
	color: #EEEEEE;
}
