a:link {
	text-decoration: none; 
	color: #296CBD;
}
a:visited {
	text-decoration: none; 
	color: #296CBD;
}
a:active {
	text-decoration: none; 
	color: #296CBD;
}
a:hover {
	text-decoration: underline; 
	color: red; 
	font-weight: bold;
}


.lblLabel {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}
.lblData {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	padding-left: 12px;
}

