/* ---  INFO GENERALI --- */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}

body {
	background-color: #052C58;
	/*background-image: url(../images/bg_gen.gif);*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 , h2 { margin: 1px ;
line-height: 1px;
margin-left: 1px; 
margin-top: 1px; 
margin-bottom: 1px ;
}
ul {
	font-weight: normal;
	color: #996633;
	list-style-type: square;
}

/* ---  fine INFO GENERALI --- */


/* --- LINK GENERALE --- */
A:link {
	text-decoration: underline;
	color: #333399;
}
A:hover {
	text-decoration: underline;
	color: #000000;
}
A:active {
	text-decoration: underline;
	color: #333399;
} 
A:visited {
	text-decoration: underline;
	color: #333399;
}
/* --- fine LINK GENERALE --- */ 


/* --- LINK SOTTOLINEATO --- */
A.LinkSottlin:link {
	text-decoration: underline;
	color: #333399;
}
A.LinkSottlin:hover {
	text-decoration: underline;
	color: #000000;
}
A.LinkSottlin:active {
	text-decoration: underline;
}
A.LinkSottlin:visited {
	text-decoration: underline;
	color: #333399;
}
/* --- fine LINK SOTTOLINEATO --- */

/* --- LINK MENU --- */
A.LinkMenu:link {
	text-decoration: none;
	color: #AE080D;
}
A.LinkMenu:hover {
	text-decoration: underline;
	color: #AE080D;
}
A.LinkMenu:active {
	text-decoration: underline;
}
A.LinkMenu:visited {
	text-decoration: none;
	color: #AE5E08;
}
/* --- fine LINK MENU  --- */


/* --- TESTI --- */

.TxtGrigio {
	color: #666666;
}
.TxtBianco {
	color: #ffffff;
}
.TxtArancio{
	color: #CC741D;
}
.TxtContentuti {
	color: #333333;
	text-align: justify;
}
.TxtSmall {
	font:  x-small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.MessaggioMail {
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
}
/* --- fine TESTI --- */

/* --- FORM --- */
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
	background: #FAFDFD;
	border: 1px solid #669933;
	margin: 1px;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
	background: #FAFDFD;
	border: 1px solid #669933;
	scrollbar-base-color: #D8E6BD; 
	scrollbar-arrow-color: #D66D00;
	margin: 1px;
}
Bottone{
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #8DB6B1;
}
/* --- fine FORM --- */

