a:link {
	text-decoration: none;
	color: #3A2191;


}
a:hover {
	color: #FF6600;
	text-decoration: underline;

	
}


a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;

}

p {
	text-align: justify;
}
.table-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}



