/* CSS Document */
.txt-norm {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 2;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.mail {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F24F00;
	text-decoration: none;
}
a.mail:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F7B512;
	text-decoration: none;
}
