html,body {
	margin: 0px auto;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
a, a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.2em;
	}
a:hover {
	color: #003366;
	}
a.link, a:visited.link_news {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-size: 0.9em;
	}
a:hover.link {
	text-decoration: underline;
	}

.content{
	position: relative;
	margin: 0px auto;
	width: 950px;
	overflow:auto;
	background: #FFFFFF;
	text-align: left;
	color: #000000;
	}
.contenuti {
	width: auto;
	text-align: left;
	background: #FFFFFF;
	
	}
.testo {
	text-align: left;
	background: #FFFFFF;
	padding: 15px 15px 15px 15px;
	text-align: justify;
	color: #222222;
	overflow:auto;

	}
.errore{
	
	color:red;
	font-weight: bold;
	}

.small
	{
	margin: 4px;
	font-size: 10px;
	}
input:focus
	{
	background-color:#f4efe4;
	}
.obj
	{
	float: left;
	width:210px;
	padding: 2px;
	margin: 6px;
	overflow: auto;
	border: 1px dashed gray;
	background-color: #ede9c1;
	}
.name
	{
	background-color: #333333;
	color: white;
	padding: 2px;
	margin-bottom: 4px;
	border-bottom:1px solid red;
	text-align:right;
	}
.immagine
	{
	margin-top: 2px;
	text-align: center;
	background: url(../img/loading.gif) no-repeat center;
	}
.descr
	{
	font-weight: bold;
	}
.logo
	{
	padding: 20px;
	background-color: #eeeeee;
	border: 5px solid #fafafa;
	}
.footer{
	padding: 20px;
	background-color: #eeeeee;
	border-top: 5px solid #fafafa;
	text-align:center;
	font-size: 0.8em;
	color:#444444;
	}

img
	{
	border: none;
	}
.big
	{
	font-weight: bold;
	}
.note
	{

	margin: 20px;
	float:right;
	width: 350px;
	border:1px solid #dddddd;
	color: #444444;
	background-color: #fafafa;
	padding: 10px;
	overflow:auto;
	}
.topdesc
        {
	font-style: italic;
	color: #666666;
	text-align:right;
	}
.ring
	{
	text-align:center;
	}
.commento
	{
/*border-bottom:5px solid #eee;*/
	margin-top: 30px;
	}
h2{text-align:right;font-size: 2em;color:#666}
.nomecomment
	{
	font-size:1.2em;
	color: #844;
	}
.commentcontent
	{
	font-style:italic;
	margin-left:50px;
	padding: 10px;
	color: #666;
	width: 80%;
	border-bottom:10px solid #ccc;
	}
