a:link {
	color: #1E3756;
	font-family: Times New Roman;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold
}

a:visited {
	color: #1E3756;
	font-family: Times New Roman;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold
}

a:active {
	color: #000000;
	font-family: Times New Roman;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold
}

a {
	text-decoration: none;
	color: #474747;
	font-family: Times New Roman;
	font-size: 15px
}

a:hover {
	color: #CFB034;
	text-decoration: underline;
	font-family: Times New Roman;
	font-size: 15px;
	font-weight: bold
}

body {
	font-family: Times New Roman;
	color: #474747;
	font-size: 15px
}

table {
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Times New Roman;
	font-size: 15px;
	color: #474747
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman;
	color: #CFB034;
	font-size: 17px;
	font-weight: bold
}

.menu {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold
}

.menu a:visited {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold
}

.menu a:hover {
	color: #CFB034;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold
}

.dida {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold
}

.dida a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold
}

.dida a:visited {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold
}

.dida a:hover {
	color: #1E3756;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold
}

.info {
	font-family: Verdana;
	font-size: 9px;
	color: #CFB034
}

.info a:link {
	color: #CFB034;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 9px
}

.info a:visited {
	color: #CFB034;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px
}

.info a:hover {
	color: #1E3756;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 9px
}

.editing {
	font-family: Verdana;
	font-size: 9px;
	color: #C0C0C0
}

.editing a:link {
	color: #C0C0C0;
	font-family: Verdana;
	font-size: 9px
}

.editing a:visited {
	color: #C0C0C0;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px
}

.editing a:hover {
	color: #808080;
	font-family: Verdana;
	font-size: 9px
}

#nascundu {
	display: none;
}

/* TABELLE PREZZI */

table.prezzi {
	border-collapse: collapse;
	border: 1px solid #CFB034;
	border-right-width: 0;
	border-bottom-width: 0;
	width: 99%;
}

.prezzi th {
	background: #1e3756;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	color: white;
}

.prezzi td {
	padding: 4px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	text-align: right;
}

.prezzi tr {
	background: white;
}

/* GOOGLE MAPS */

#map {
	overflow: hidden;
	width: 390px;
	height: 300px;
	color: #333333;
}