/* questa regola è per opera che style anche il tag html */
html
	{
	height:100%;
	overflow:hidden;
	}
	
body
	{
	width:100%;
	height:100%;
	margin: 0px;
	font-size: 8pt;
	color: #ffffff;
	background-color: #000000;
	font-family: "Verdana", "Helvetica", sans-serif;
	}
	
.singola
	{
	width:auto;
	height:auto;
	overflow:auto;
	}

img 
	{
	border-width:0px;
	}
		
td
	{
	padding:0px;
	color: #ffffff;
	font-size: 8pt;
	font-family: "Verdana", "Helvetica", sans-serif;
	}

/* links generali*/
a
	{
	color: #9966cc;
	font-weight: bold;
	text-decoration: none;
	border-width:0px;
	}

a:hover
	{
	font-weight: bold;
	text-decoration: none;
	}

a:visited
	{
	color: #ccaadd;
	font-weight: bold;
	text-decoration: none;
	}
			
.testo
	{
	text-align: left;
	}
		
.testocentrato
	{
	text-align: center;
	}
	
.thumb
	{
	font-size: 7pt;
	padding-left:7px;
	padding-right:7px;
	text-align: center;
	}

.blocco
	{
	width: 252px;
	height: 150px;
	color: #ffffff;
	text-align: center;
	}
	
#main
	{
	top:50%;
	left:50%;
	width:760px;
	height:490px;
	position:relative;
	margin-top:-245px;
	margin-left:-380px;
	}

#div1t
	{
	font-size: 0px;
	letter-spacing: 0.2 em;
	}
	
#div2t
	{
	background-color:#38678B;
	}
	
#div3t
	{
	vertical-align:bottom;
	background-color:#124978;
	}
		
#midi
	{
	width: 760px;
	height: 185px;
	}
	
#midiin
	{
	width: 760px;
	height: 185px;
	padding:0px;
	overflow:auto;
	}
	
#midiin img
	{
	border: 1px;
	border-style: solid;
	border-color: #FFAA07;
	vertical-align:middle;
	}
			
#div1b
	{
	vertical-align:top;
	background-color:#204A0E;
	}
		
#div2b
	{
	vertical-align:top;
	background-color:#679254;
	}
		
#div3b
	{
	font-size: 0px;
	letter-spacing: 0.2 em;
	}
 			
.menus
	{
	line-height:15px;
	}
	
input
	{
	width:200px;
	font-size: 8pt;
	color: #ffffff;
	font-family: "Verdana";
	border: 1px solid white;
	background-color:transparent;
	}
	
textarea
	{
	width:300px;
	font-size: 8pt;
	color: #ffffff;
	font-family: "Verdana";
	background-color:transparent;
	border: 1px solid white;
	}
	
/*link nei menu*/
.menus :link 
		{
		font-size:8pt;
		font-weight:normal;
		color: #ffffff;
		text-decoration: none;
		}
		
.menus :visited
		{
		color: #ffffff;
		font-weight:normal;
		text-decoration: none;
		}

.menus :hover
		{
		color: #FFAA07;
		font-weight:normal;
		text-decoration: none;
		}

