A:active {
	color : rgb(0, 0, 0);
	text-decoration : none;
}

A:hover {
	color : rgb(0, 0, 0);
	text-decoration : none;
}
A:link {
	color : rgb(255, 255, 255);
	font-family : Comic Sans MS;
	font-weight : bold;
	text-decoration : none;
}

A:visited {
	color : rgb(255,255,255);
	font-family : Comic Sans MS;
	font-weight : bold;
	text-decoration : none;
}

TD.c11 {
	background-color : rgb(0, 0, 128);
	color : rgb(255, 255, 255);
	font-family : Bookman Old Style, Lucida Handwriting;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
}

TD.c2 {
	padding-left : 2px;
	padding-right : 2px;
	text-indent : 5px;
}

TD.c3 {
	background-color : rgb(51, 102, 153);
	border-bottom : rgb(128, 128, 128) 2px solid;
	border-left : rgb(128, 128, 128) 2px solid;
	border-right : rgb(192, 192, 192) 2px solid;
	border-top : rgb(192, 192, 192) 2px solid;
	font-family : Bookman Old Style, Lucida Handwriting;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
}

TD.c6 {
	background-color : rgb(255, 255, 255);
}