.highlighted {
	background: #333399;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
	cursor: hand;
	

}
.normal {
	background: #FFFFFF;
	font-size: 9pt;
	color: #333399;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333399;

	

}

A.linkClass {
	font-size: 9pt;
	color: #333399;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

A.linkClass2 {
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}



