body{
	font:11px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	margin-top: 40px;
}a:focus{outline:1px dotted invert}hr{
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
	margin-top: 0px;
	margin-bottom: 0px;
}h1{font-size:25px}h2{
	font-size:23px;
}h3{
	font-size:21px;
}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom:10px;
	font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
}
.titolo_small
{
	font-size:14px;
	color: #FFF;
	font-family: nevis, arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.titolo_med
{
	color: #E5E5E5;
	font-family: nevis, arial, helvetica, sans-serif;
	line-height: 32px;
	font-size: 26px;
	text-transform: uppercase;
	display: block;
	width: 450px;
	float: left;
}
.titolo_med2
{
	color: #E5E5E5;
	font-family: nevis, arial, helvetica, sans-serif;
	line-height: 32px;
	font-size: 22px;
	text-transform: uppercase;
	display: block;
	width: 450px;
	float: left;
	padding-left: 25px;
}
.titolo_med22
{
	font-size:22px;
	color: #E5E5E5;
	font-family: nevis, Arial, Helvetica, sans-serif;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.titolo_small14
{
	font-size:14px;
	color: #E5E5E5;
	font-family: nevis, arial, helvetica, sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 8px;
}
.titolo_med20
{
	color: #E5E5E5;
	font-family: nevis, arial, helvetica, sans-serif;
	line-height: 32px;
	font-size: 20px;
	text-transform: uppercase;
}

.blu 

{
	color: #FFF;
	background-color: #4A6899;
}
.linkbianco 

{
	color: #FFF;
	text-decoration: underline!important;
}
.marrone 

{
	color: #FFF;
	background-color: #4A3D2C;
}
.purple 

{
	color: #FFF;
	background-color: #2C2C4C;
}
.verde 

{
	color: #FFF;
	background-color: #4D8418;
}
.txtbiancoarancio 

{
	color: #FFF;
	background-color: #FA7F2E;
	font-size: 12px;
	line-height: 18px !important;
}
.arancio 

{
	color: #FFF;
	background-color: #FA7F2E;
}
.arancio2 

{
	color: #FFF;
	background-color: #FA7F2E;
	background-image: url(../img/img05.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.backgrbluar 

{
	background-image: url(../img/backgrbluar.gif);
}
.bluscuro 

{
	color: #FFF;
	background-color: #4A556A;
}
.blunero 

{
	color: #FFF;
	background-color: #3A3F50;
}
.grigio 

{
	color: #999;
	background-color: #C9CBCF;
}
.grigioscuro 

{
	color: #999;
	background-color: #787878;
}
.txt_bianco 

{
	color: #FFF;
}
.txt_bluscuro 

{
	color: #4B556A;
}
.right 

{
	text-align: right;
	padding-right: 15px;
}


label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
form p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 3px !important;
}


/* Fieldsets */
fieldset    {
	padding:1.4em;
	margin: 0 0 1.6em 0;
	border: 1px solid #ccc;
}
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   {
	width: 300px;
	margin:0.1em 0.5em 0em 0;
}
input.text, input.title   {
	border:1px solid #bbb;
	background:#f6f6f6;
	padding:5px;
	margin-bottom: 5px;
}
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            {
	width: 215px;
	height: 40px;
	margin:0.1em 0.5em 0.5em 0;
}
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              {
	border:1px solid #ccc;
	background:#f6f6f6;
	width:200px;
	margin-top: 2px;
	margin-bottom: 10px;
}
select:focus        { border:1px solid #999; background:#fff; }
