.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;


}
.mainBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-weight: bold;

}
.mainIT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F2C72;
	text-align: justify;
	font-style: italic;

}
.mainBUL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F2C72;
	text-align: justify;
	font-weight: bold;
	text-decoration: underline;

}
a:link {
	color: #4F2C72;
}
a:hover {
	color: #F3D532;
}
a:visited {
	color: #000000;
}
.footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.smalltext {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E9AF30;
	text-align: center;
}

