@charset "utf-8";

/* @font-face { font-family: "TheSiteFont"; */
/*  src: url( "/test/scripts/def/templates/fonts/ADDICT.eot" ); */   
/*  src: local(" real FontName "), url( "/test/scripts/def/templates/fonts/ADDICT.ttf" ) format("truetype"); */
/* }  */

html {
	overflow-y: scroll; overflow-x: auto; /* fix the annoying horizontal shift when showing a scrolled page after a non-scrolling page */
}

table.dotted {
	border: 1px dotted grey;
}

td {
	font-size: 12px;
}

.td {
	font-size: 12px;
}

body {
	font-family: TheSiteFont, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.body {
	font-family: TheSiteFont, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
}

H1, .titg, 	.titolo {  font-size: 18px; font-weight: bold; color: #0D7052;}
H2, .titmg, .titmedio {  font-size: 16px; font-weight: bold; color: #0D7052;}
H3, .titm,  .titoletto {  font-size: 14px; font-weight: bold; color: #0D7052;}
H4, .stitm, .occhiello {  font-size: 13px; font-weight: normal; color: #0D7052;}
H5, .titp,  .titolino {  font-size: 12px; font-weight: bold; color: #0D7052;}
H6 {  font-size: 11px; font-weight: bold;}
.testo {  font-size: 12px; font-weight: normal; color: #000000}
.dida {  font-size: 11px; font-weight: normal; color: #000000}

a:link {color:rgb(0,91,64)}
a:visited {color:rgb(0,91,64)}
a:hover{color:rgb(46,181,36)}
a:active {color:rgb(46,181,36); outline: none;} /* elimina dotted border in immagini con link */
a:focus {-moz-outline-style: none; outline: none;} /* elimina dotted border in immagini con link */

P { margin: 8px 0px;}
form { margin: 0px; padding: 0px;}
UL { margin-left:20px; padding-left:0px; margin-right:0px; margin-top:3px; margin-bottom:3px }
LI { margin-left:0px; margin-top:3px; margin-bottom:3px }
BLOCKQUOTE { margin-left: 20px; margin-right:0px; margin-top:3px; margin-bottom:3px; }

