a {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F00000;
	text-decoration: underline;
}

.normal {
	font-family:'Times New Roman';
	font-style:normal;
	font-weight:normal;
	font-size:12pt;
	text-align:justify;
	text-indent:1cm;
	line-height:100%;
	margin-top:1pt;
	margin-bottom:0;
}
