/***************/
/* MAIN STYLES */
/***************/
.main {
	font-family:  Helvetica;
	font-size: 11pt;	
	background-color: #84B818;	
	text-align:center;
	padding:0px;
	margin:0px;
}

.main_page {
	background-color: #ffffff;
	font-family:  Helvetica;
	font-size: 11pt;
}

.content {	
	background-color: #ffffff;
}

a {
	text-decoration: none;
	font-family: Helvetica;
	color: black;
}

a:hover {
	text-decoration: underline;
}

.register #error{
	color: #ee1111;
	font-size:11pt;
}
