/******************************************************************************
* Dimensioni font                                                             *
******************************************************************************/
.bold {
	font-weight: bold;
}
.cors {
	font-style: italic;
}
.t192 {
	font-size: 192px;
}
.t160 {
	font-size: 160px;
}
.t120 {
	font-size: 120px;
}
.t80 {
	font-size: 80px;
}
.t24 {
	font-size: 24px;
}
.t20 {
	font-size: 20px;
}
.t16 {
	font-size: 16px;
}
.t14 {
	font-size: 14px;
}
.t12 {
	font-size: 12px;
}
.t11 {
	font-size: 11px;
}
.t10 {
	font-size: 10px;
}
.t9 {
	font-size: 9px;
}
.t8 {
	font-size: 8px;
}
.t6 {
	font-size: 6px;
}

/******************************************************************************
* Colori                                                                      *
******************************************************************************/

.bianco {
	color: #FFFFFF;
}
.rosso {
	color: #EF2706;
}
.bordeaux {
	color: #AA0000;
}
.bnero {
	background: #000000;
}
.disabilitato {
	background-color: #C1B39D;
}

/******************************************************************************
*    A links                                                                  *
******************************************************************************/

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333366;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333366;
}
a:link.menu {
	color: #000000;
	text-decoration: none;
}
a:visited.menu {
	color: #083792;
	text-decoration: none;
}
a:hover.menu {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #316AC5;
}
a:link.evid {
	color: #EF2706;
	text-decoration: none;
}
a:visited.evid {
	color: #AA0000;
	text-decoration: none;
}
a:hover.evid {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AA0000;
}
a:link.evidbold {
	color: #EF2706;
	text-decoration: none;
	font-weight: bold;
}
a:visited.evidbold {
	color: #AA0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.evidbold {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AA0000;
	font-weight: bold;
}
a:link.pagine {
	color: #161633;
	text-decoration: underline;
}
a:visited.pagine {
	color: #333366;
	text-decoration: underline;
}
a:hover.pagine {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333366;
}
a:link.index {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.index {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.index {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #316AC5;
}
a.legal {
	font-size: 11px;
	font-family: Arial;
}

/******************************************************************************
*    Altezze, larghezze                                                       *
******************************************************************************/

.w100 {
	width: 100%;
}
.w80 {
	width: 80%;
	/*width: 819px;*/
}
.w66 {
	width: 66%;
	/*width: 675px;*/
}
.w50 {
	width: 50%;
}
.w33 {
	width: 33%;
	/*width: 338px;*/
}
.w25 {
	width: 25%;
	/*width: 245px;*/
}
.w1 {
	width: 1px;
}

/******************************************************************************
*    Allineamenti                                                             *
******************************************************************************/

.nord {
	vertical-align: top;
}
.est {
	text-align: right;
	margin: auto;
}
.sud {
	vertical-align: bottom;
}
.ovest {
	text-align: left;
	margin: auto;
}
.centro {
	text-align: center;
}
.gius {
	text-align: justify;
}
/******************************************************************************
*    Tags                                                                     *
******************************************************************************/
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th,span,input,textarea,select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body.pagina {
	text-align: justify;
	background-color: #A0C5C0;
	background-image: url(../images/sfondi/sfondo.jpg);
	background-repeat: repeat;
	background-position: top left;
}
table {
}
img {
	border: 0px;
}
img.immaginetta {
	border: 1px solid black;
}
form {
	margin: 0px;
	padding: 0px;
}
div.visibile {
	visibility: visible;
}
div.nascosto {
	visibility: hidden;
}
.ricerca {
	font-size: 8px;
}
span.clicca_qui {
	float: right;
	margin-right: 15px;
	text-align: right;
}
span.trip1 {
	font-weight: bolder;
	color: #030505;
}
span.trip2 {
	font-weight: bolder;
	color: #589642;
}
a.trip {
	background-color: #FFFFFF;
	text-decoration: none;
}

/******************************************************************************
*    Simpleviewer                                                             *
******************************************************************************/
#flashcontent {
	height: 750px;
}
