.menu-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.title-pge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#apForm {
	position:absolute;
	left:25%;
	top:15px;
	width:550px;
	height:auto;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	visibility: hidden;
}
#apList {
	position:absolute;
	left:25%;
	top:15px;
	width:550px;
	height:auto;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	visibility: hidden;
}
#apMap {
	position:absolute;
	left:25%;
	top:15px;
	width:620px;
	height:auto;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	visibility: hidden;
}

.form-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
.form-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #FF0000;
}
.mail-sucess {
	background-color: #FFFFFF;
	border: 2px solid #8ceca0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: blink;
}
.balls-division {
	background-image: url(../images/general/balls_division.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
