.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;


}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #CA0000;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	color: #CA0000;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #CA0000;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-weight: bold;
	color: #ED7036;
}
