BODY {
    SCROLLBAR-FACE-COLOR: #e1ddc8; 
    SCROLLBAR-HIGHLIGHT-COLOR: #909475;
    SCROLLBAR-SHADOW-COLOR: #909475;
    SCROLLBAR-3DLIGHT-COLOR: #909475; 
    SCROLLBAR-ARROW-COLOR: #909475; 
    SCROLLBAR-TRACK-COLOR: #f5f3e9;
    SCROLLBAR-DARKSHADOW-COLOR: #909475;
    background-attachment: fixed;
    background-repeat: repeat-y;
    behavior: url(templates/default/csshover.htc); }

div, table, td { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000; }

/*--- LINK ---*/
a img { border: none;	}

a:link {	color: #4c6500; text-decoration: underline; }
a:active {	text-decoration: none; }
a:visited {	color: #4c6500; text-decoration: underline; }
a:hover {	color: #777b73; text-decoration: none; }

a.city:link { color: #d4e6b1; text-decoration: underline; }
a.city:active { text-decoration: none; }
a.city:visited { color: #d4e6b1; text-decoration: underline; }
a.city:hover { color: #ffa200; text-decoration: none; } 

ul {	list-style-type: none;
	line-height: 135%;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }

li {	background: url(../templates/default/images/dott.gif) no-repeat 0px 7px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px; }

/*--- FOOTER ---*/
.footer { text-align:center; color: #909475; font-family: Tahoma, Arial, Verdana; font-size: 12px;
   /*cursor: default;*/
}

/*--- CONTACT form ---*/
.required { font-weight: bold; color: #ba0106; }

.button {   background-color: #f0f7e7;
	background-image: url(../templates/default/images/back_input.gif);
	border: 1px solid #4c6500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c6500;
	padding: 2px;
	height: 20px; font-size: 10px; font-weight: bold; }

.textinput { border: 1px solid #4c6500; color: #4c6500; background-color: #f0f7e7; }

textarea { border: 1px solid #4c6500; color: #4c6500; background-color: #f0f7e7; }

input:hover, input:focus, textarea:hover, textarea:focus { background-color: #d5e6b2; }

/*--- SITE MESSAGE ---*/
div.warning {
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 400px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 1px solid #777870;
	line-height: 2em;
	padding: 1em;
	margin: 2em;
}

div.sys {
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 400px;
	font-weight: normal;
	background-color: #FAFAFA;
	border: 1px solid #777870;
	line-height: 2em;
	padding: 1em;
	margin: 2em;
}