.bordoGiallo {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF3000;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
}
.contorno {
	border: thin solid #000000;
}
.testoRosso {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
}
.testoBarrato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
	text-decoration: line-through;
}
.bordoSotto {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bordoSottoDX {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.contorno3lati {
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: none;
	border-left: thin solid #CCCCCC;
}
.bordoCompleto {
	border: thin solid #CCCCCC;
}
.bordoSXDX {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bordoDX {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bordoDXAlto {
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.bordoSXDXAlto {
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*form*/
INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #081259;
}

SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #081259;
}

TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #081259;
}


.tbl_login {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #081259;
	border: 1px solid #081259;
	background-color: #FF9900;
	padding: 3px;
	text-align: left;
}

.tbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #081259;
	border: 1px solid #081259;
}

.tbl_int {
	border: 1px solid #081259;
	text-align: left;
}

.tbl_int td {
	padding: 2px;
}

.tbl_int2 {
	border: 0px solid #081259;
}

.tbl_int2 td {
	padding: 0px;
	text-align: left;
}

/*stili testo */
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #081259;
}

.txt a {
	text-decoration: none;
	color: #081259;
}

.txt a:hover {
	text-decoration: underline;
	color: #081259;
}

.txt2 a {
	text-decoration: underline;
	color: #081259;
}

.txt2 a:hover {
	text-decoration: none;
	color: #081259;
}

.txtbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #081259;
}

.txtbold a {
	text-decoration: none;
	color: #081259;
}

.txtbold a:hover {
	text-decoration: underline;
	color: #081259;
}

.txtsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #081259;
}

.txtbianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #081259;
}

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #081259;
}.testo_tabella {
	font-size: 9px;
	font-weight: normal;
}
.txtazzurro {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #31659C;
}
.bordoSottoSopra {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bordoDXBianco {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
