/* CSS Document */

.b-1234-chiaro {
	border: 1px solid #C2902D;
}
.b-234-chiaro {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFBBF;
	border-bottom-color: #FFFBBF;
	border-left-color: #FFFBBF;
}

.b-1-chiaro {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFBBF;
}
.b-2-chiaro {
	border-right-width: 1px;
	border-right-color: #FFFBBF;
	border-right-style: solid;
}
.b-3-chiaro {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFBBF;
}
.b-4-chiaro {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFBBF;
}

.b-1234-scuro {
	border: 1px solid #506930;
}
.b-234-scuro {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #506930;
	border-bottom-color: #506930;
	border-left-color: #506930;
}

.b-1-scuro {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #506930;
}
.b-2-scuro {
	border-right-width: 1px;
	border-right-color: #506930;
	border-right-style: solid;
}
.b-3-scuro {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #506930;
}
.b-4-scuro {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #506930;
}
.b-1234-nero {
	border: 1px solid #000000;
}
.b-234-nero {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.b-1-nero {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.b-2-nero {
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
}
.b-3-nero {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.b-4-nero {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

A.link-chiaro{
	color: #FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}
A.link-chiaro:hover
{
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #999999;
	text-decoration:none;
}

A.link-scuro{
	color: #000000;
	text-decoration:none;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}
A.link-scuro:hover
{
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #000000;
	text-decoration:underline;
}



A.link-rosso{
	color: #C60604;
	text-decoration:none;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}
A.link-rosso:hover
{
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #C60604;
	text-decoration:underline;
}



.testo-nero{
font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
color: #000000;
}

.titolo-nero{
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#000000;
	font-variant: normal;
	font-weight: bold;
}

.testo-scuro{
font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
color: #C60604;
}

.titolo-scuro{
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#990000;
	font-variant: normal;
	font-weight: bold;
}

.testo-chiaro{
font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
color: #FFFFFF;
}

.titolo-chiaro{
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#FFFFFF;
	font-variant: normal;
	font-weight: bold;
}
.bordobassotratteggio
{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7D9CB5;
}
.bordobassotratteggiorosso
{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C60604;
}

.cornice {
border:1px solid #999;

}