table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	list-style-type: none;

}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
input {
	font-size: 10px;
}
hr {
	color: #CCCC99;
}
 a.central:hover {
	color: #FF9900;
 }
 a.south:hover {
	font-weight: none;
	color: #669900;
}

a.caribbean:hover {
	font-weight: none;
	color: #0099FF;
}

a.florida:hover {
	font-weight: none;
	color: #9933CC;
}
select {

	font-size: 10px;
}

#languages {
	list-style: none;
	padding: 0 0 5px 18px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ddddbf;
}

#languages li {
	padding: 1px 0;
}

#languages a {
	color: #848383;
	padding-left: 23px;
}

#languages a.en {
	background: url('../images/flag_en.jpg') left center no-repeat;
}

#languages a.es {
	background: url('../images/flag_es.jpg') left center no-repeat;
}

#languages a.nl {
	background: url('../images/flag_nl.jpg') left center no-repeat;
}

#languages a:hover {
	color: #000;
}

