body {
	background-color: #C40000;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: Black;
}
a:hover {
	text-decoration: none;
}
a.big {
	color: White;
	font-size: 12px;
	font-weight: bold;
}
a.big:hover {
	text-decoration: none;
}
a.title {
	color: White;
	font-weight: bold;
	text-decoration: none;
}
a.title:hover {
	text-decoration: none;
	color: #C40000;
}
a.subtitle {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
a.subtitle:hover {
	text-decoration: none;
	color: White;
}

a.local {
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}
a.local:hover {
	text-decoration: none;
}

table.border {
	border: 1px solid Black;
}
td {
	font-size: 12px;
}
td.title {
	background-color: Silver;
	font-size: 12px;
}
td.loc {
	background-color: Black;
	color: White;
	font-weight: bold;
	font-size: 18px;
}
td.tel {
	background-color: White;
	color: Black;
	font-weight: bold;
	font-size: 18px;
}
th {
	background-color: Black;
	color: #C40000;
	font-size: 12px;
}
th.inv {
	background-color: White;
	color: Black;
	font-size: 12px;
}
.annuncio {
	font-size: 12px;
	color: Black;
	font-weight: bold;
}
.annunciolittle {
	font-size: 11px;
	color: Black;
	font-weight: bold;
}
.new {
	font-size: 9px;
	color: Red;
}
.tel {
	font-size: 36px;
	color: Yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#ffffff;
}

