/***********************************************/
/*                                             */
/*   ULTRA STUDIO                              */
/*                                             */
/*   http://www.ultrastudio.it                 */
/*   Distribuito sotto licenza GLP             */
/*   Per contatti ed informazioni scrivere a   */
/*   info@ultrastudio.it                       */
/*                                             */
/***********************************************/

/* TAG HTML */
html, #Display { height:100%; }

body {
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	color:#000000;
	background-color:#FFFFFF;
}

table, td, img {
	border-style:none;
	border:0px;
}

td { vertical-align:top; }

/* Template */
#TopPage {
	width:876px;
	height:181px;
	background-image:url(img/sfondo.jpg);
	background-repeat:no-repeat;
}

#MainPage { width:876px; }

.bottompage {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #81D0F4;
	border-bottom:1px solid #81D0F4;
}

.myTitle {
	border-bottom:1px dotted #0093BE;
	line-height:24px;
	font-size:1.2em;
	font-weight:bold;
	color:#0093BE;
	text-transform:uppercase;
	padding-top:15px;
}

.myTD {
	padding-bottom:10px;
	text-align:justify;
}

.myTD2 {
	border: 1px solid #0093BE;
	background-color: #81D0F4;
	line-height:24px;
}

/* Tabelle */
.tableline1 {
	text-align:left;
	background-color:none;
}

.tableline1 a { }

.tableline2 {
	text-align:left;
	background-color:#81D0F4;
}
	
.tableline2 a { }

/* Testo */
a {
	color:darkblue;
	text-decoration:none;
	font-weight:bold;
}

a:hover { text-decoration:underline; }

.small { font-size: 12px; }