a:link {
	color: #0A50A1;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;

}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;

}
.borderLineGrey {
	border: 1px solid #666666;
}
.whiteTextPackage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

