@charset "utf-8";
/* CSS Document */

.puntato {
	list-style-image: url(../images/freccia.gif);
}

html, body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#284481;
	
}
div#MainContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div#header {
	width: 900px;
}
div#header2 {
	width: 630px;
	float: right;
}
div#ContentRight {
	width: 630px;
	float: right;
}
div#ContentLeft {
	width: 270px;
	float: left;
}
div#footer {
	width: 900px;
	margin-top: 0px;
}
.bordo {
	border: 1px solid #b1b1b1;
	padding: 2px;

}
.campi {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #284381;
	background-color: #FFFFFF;
	border: 1px solid #284381;
}
.campi2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	background-color: #284381;
	border: 1px solid #284381;
}

a.arancio:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #F7772B;
	text-decoration: none;
	font-weight: bold;
}

a.arancio:active {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #F7772B;
	text-decoration: none;
	font-weight: bold;
}

a.arancio:link {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #F7772B;
	text-decoration: none;
	font-weight: bold;
}

a.arancio:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #BE730C;
	text-decoration: none;
	font-weight: bold;
}

a.blu:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #284481;
	text-decoration: none;
}

a.blu:active {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #284481;
	text-decoration: none;
}

a.blu:link {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #284481;
	text-decoration: none;
}

a.blu:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #f19212;
	text-decoration: none;
}
.testoarancio {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #f19212;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.pad {
	padding-right: 4px;
	padding-left: 4px;
}
.testobianco {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	padding: 4px;
}
.testoblu {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #5490BE;
}
.padright {
	padding-right: 4px;
}
.bordo_blu {
	border: 1px solid #284481;
	padding: 2px;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#284481;
}
