/* CSS Document */



@charset "utf-8";
/* CSS Document */



/*********RESET***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size:12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*********FINR RESET***************/

body{	font-family:Arial,Verdana, Geneva, sans-serif;
background-color:#dedede;
}

.container{ background-color:#FFF;
width:980px;
margin: auto;
padding:8px;
}

.testo{ 
padding:8px;
}

.menu  { background-color:#F60;
line-height:30px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;

}
.menu a { color:white;
padding-left:10px;
padding-right:10px;
border-right:1px solid #fff;
text-decoration:none;
}
a {
	color: #36C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.menu a:hover  { 
text-decoration:underline;
}


.newsHomeLight {
	width:100%;
	
	overflow:hidden;
	margin-bottom:10px;
	}	
	
.newsHomeLight img{
	width:100px;
	height:100px;
	border:1px solid #ccc;
	margin-right:10px;
	padding:2px;
	}
	
.newsHomeLight {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	padding-bottom:10px;
	}
	
.newsHomeLight h2{
	font-size:14px;
	margin-bottom:5px;
	}

.container h1{
	font-size:16px;
	border-bottom: 2px #999 solid;
	color:#999;
	margin-top:15px;
	margin-bottom:5px;
	padding-left:20px;
	padding-bottom:3px;
	}
	
	.container h3{
	font-size:14px;
	
	color:#333333;
	margin-top:7px;
	margin-bottom:7px;
	
	}

.simulaLink {
    cursor: pointer;
	}

.simulaLink:hover {
	text-decoration: underline;
	color:#F60;
	}
.boxMessaggio {
	padding: 10px;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
	border: 1px solid #F60;
	background-color: #efefef;
}
.boxMessaggio h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	color: #F60;
	font-size: 24px;
}
.boxMessaggio h2 {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
	margin-left: 20px;
}
