.tblCaption,
.tblCaption *
{
	background-color:#2A448F;
	color: #FFFFFF;
	font-weight: bold;
/*	font-size:9pt; */
	font-size:12pt;
	font-family: Arial;
	padding:6px;
	padding-left:20px;
	text-decoration: none;
}

.tblRow,
.tblRow *
{
	background-color:#CDCDCD;
	color: #000000;
	font-weight: bold;
/*	font-size:8pt; */
	font-size:10pt;
	font-family: Arial;
	padding:6px;
	padding-left:20px;
	border-top: 1px solid #FFFFFF;
	text-decoration: none;
}

.tblRow *:hover {
	text-decoration: underline;
}
