/* maggio 2001-Foglio di stile MOTTES MARMI */

body {
    background-color: #FFFFFF;
}

/*stile titolo arancione*/
.tit {
	font: 17px Arial;
    font-size: 17px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	color: #ff702b;
}


/*stile testo blu mini*/
.tx-mini {
	font: 10px Verdana;
    font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #003399;
}


/*stile testo blu*/
.tx-blu {
	font: 12px Arial;
    font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	color: #003399;
}

/*stile testo blu*/
.tx-blu-b {
	font: 12px Arial;    font-size: 12px;		font-family: Arial;	font-weight: bold;	font-style: normal;	color: #003399;
	}

/*stile testo blu bold*/
.b {
	font: 14px Arial;
    font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	color: #003399;

}

/*stile testo blu bold grande*/
.tx-black-b {
	font: 15px Arial;
    font-size: 15px;
	font-family: Arial;
	font-weight: bold;
    color: #000000;
	line-height : 18px;
}

/*stile testo blu bold grande*/
.tx-blu-b {
	font: 15px Arial;
    font-size: 15px;
	font-family: Arial;
	font-weight: bold;
    color: #003399;
	line-height : 18px;
}


A:link {
	font: 12px Arial;
    font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	color: #ff641a;
    text-decoration: underline;

}

A:visited {
	font: 12px Arial;
    font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	color: #003399;
    text-decoration: underline;

}

A:active {
	font: 12px Arial;
    font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	color: #339900;
    text-decoration: underline;

}

A:hover {
	font: 12px Arial;
    font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	color: #0066cc;
    text-decoration: underline;

}

