@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #0d0503;
	margin: 0px;
}

.textareaModified{
	border:1px solid #0d0503;
	background-color:#847775;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
		color: #ffffff;
	text-decoration: none;
}

.titolo {
	font-size:16px;
	font-weight:bold;
}

.testoPiccolo {
	font-size:11px;
}

a.enter {
	background:url(../images/buttonsf.gif) no-repeat; /* .png alpha filter for ie6 and below in ie6.css */
	display:block;
	cursor:pointer;
	margin:0pt auto;
	width:113px;
	height:28px;
	position:relative; /* important! this makes the button clickable in ie6 as there's a bug/weirdness with AlphaImageLoader (in ie6.css) that sometimes prevents interaction with links */
	color:#ffffff;
	font-size:15px;
	font-style:italic;
	line-height:23px;
	text-decoration:none;
	border:none;
	}

.testoArancio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#ff3300;
}

.testoGrigio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
}

.testoGiallo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#ffcc00;
}

.linkBianco{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

.linkBianco:hover{
	color:#ffffff;
	font-size:11px;
	text-decoration:underline;
}

.linkGiallo{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffcc00;
	font-size:11px;
	text-decoration:none;
}

.linkGiallo:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#ff3300;
	text-decoration:none;
	cursor:pointer;
}