/********************************
 CSS MainStyle
 ********************************/

A:link, A:visited, A:hover {
	text-decoration : none;
}

body {
	background-color : #ffffff;
	margin-top : 0px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;

	scrollbar-base-color : #ffffff; 
/*
	scrollbar-face-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #ffffff;
*/
}

td {
	line-height : 130%;
}

ul {
	list-style : square;
	line-height : 150%;
}

/********************************
 Testo
 ********************************/

.hidden {
	display : none;
}

.tbig {
	color : #b0c4e0;
	font-size : 18px;
	font-family : arial,verdana,tahoma,Lucida;
	font-weight : normal;
}

.tn0 {
	color : #000000;
	font-size : 10px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : normal;
}

.tn1 {
	color : #000000;
	font-size : 15px;
    font-family:Trebuchet MS;
}
.tn2 {
	color : #000000;
	font-size : 20px;
	font-family :Trebuchet MS;
	font-weight : normal;
}

.tn3 {
	color : #000000;
	font-size : 16px;
    font-family : Trebuchet MS;
	font-style:italic;
	font-weight:bolder;
}


.tb0 {
	color : #000000;
	font-size : 13px;
	font-family : Trebuchet MS;
	font-style:italic;
	font-weight : bold;
}

.tb1 {
	color : #000000;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : bold;
}

.tc, .lc
{
    color: #808080;
    font-size: 12px;
    font-family: verdana,tahoma,arial,Lucida;
    font-weight: normal;
}

/********************************
 Celle
 ********************************/

td.intlist {
	background-color : #f0f0f0;
	color : #000000;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : bold;
}

td.bord {
	border-color : #000088;
	border-style: solid;
	border-width : 1;
	background-color : #ffffff;
}

td.Menu {
	height : 20;
	color : #ffffff;
	font-size : 11px;
	font-family : verdana,tahoma,arial,Lucida;
	letter-spacing : 2px;
	line-height : 100%;
	font-weight : bold;
}

/********************************
 Links
 ********************************/

.lm {
	color : #003333;
	font-size : 12px;
	font-family : verdana,tahoma,arial,Lucida;
	font-weight : bold;
	
}
.lm:hover {
	color : #d0ff68;
	text-decoration: none;
}
.lm2 {
	color : #ffffff;
	font-size : 13px;
	font-family : Georgia;
	font-weight : bold;
	letter-spacing : 3px;
	font-style:italic;
}

.ln1 {
	color : #006600;
	font-size : 13px;
	font-family :Verdana;
	font-weight : normal;
	font-style:italic;
}
.ln1:hover {
	color : #90d040;
	text-decoration: underline;
}

.lc:hover {
	color : #0000ff;
	text-decoration : underline;
}

.ln0 {
	color : #000000;
	font-size : 13px;
	font-family : Trebuchet MS;
	font-weight : bold;
}

.ln0:hover {
	color : #000c00;
	text-decoration: underline;
}
/********************************
 Moduli
 ********************************/

.ctxt1 {
	background-color : #ffffff;
	font-weight : normal;
	font-family : verdana, tahoma, arial, lucida;
	font-size : 11px;
	color : #000000;
	border-width: 1;
	border-color : #e0e0e0;
}
.atxt1 {
	font-size : 11px;
	font-family : Courier New, verdana, Arial;
	color : #000000;
	background-color : #ffffff;
	border-width: 1;
	border-color : #e0e0e0;

	scrollbar-face-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #000000;
}
.butt1 {
	color : #000000;
	background-color : #ffffff;
	font-weight : bold;
	font-family : verdana,tahoma,arial,Lucida;
	font-size : 11px;
	background-image: url('../images/buttonback.png');
	border-width : 1;
}
.lab1 {
	color : #ffffff;
	font-size : 12px;
	
	background-color : #b8b4b8;
	font-weight : bold;
}