body { 
		background: #FFFFFF;
		SCROLLBAR-FACE-COLOR: #FFFFFF;
		SCROLLBAR-HIGHLIGHT-COLOR: #BDBDBD;
		SCROLLBAR-SHADOW-COLOR: #FFFFFF;
		SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
		SCROLLBAR-ARROW-COLOR: #BDBDBD;
		SCROLLBAR-TRACK-COLOR: #FFFFFF;
		SCROLLBAR-DARKSHADOW-COLOR: #BDBDBD;
		SCROLLBAR-BASE-COLOR: #BDBDBD; }
		
span {
		font-weight: bold; }
	
ul {
		list-style-image: url(img/bullet02.gif);
		font-family: verdana, arial, sans-serif;
		color: #4D4D4D; 
		font-size: 10px;
		line-height: 1.5; }


/* HOME PAGE*/
		
#home {
		width: 260px;
		height: 182px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -130px; 
		margin-top: -91px;
		text-align: center; }

#menuhome {
		font-family: verdana, arial, sans-serif;
		color: #4D4D4D; 
		font-size: 10px;
		text-align: center; }
	
#titolo {
		font-family: verdana, arial, sans-serif;
		font-size: 15px;
		color: #7E7E7E;  
		letter-spacing: 0.2em;
		text-align: center; }
		
#progetto {
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		color: #7E7E7E; 
		font-style: italic;
		letter-spacing: 0.2em;
		text-align: center; }

/*FORM*/
		
input {
		margin-bottom: 5px;
		margin-top: 0px;
		background: #F9F8CB; }
		
select {
		margin-bottom: 5px; 
		background: #F9F8CB;}
		
textarea {
		margin-bottom: 5px;
		background: #F9F8CB; }


/*BLOCCHI*/

#generale {
		width: 690px;
		height: 500px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -345px; 
		margin-top: -250px;
		text-align: center; }

#topleft {
		border-color: #BDBDBD;
		border-style: solid;
		border-width: 1px;
		border-left-color: #BDBDBD;
		border-left-style: solid;
		border-left-width: 5px;
		background: white; 
		padding: 5px; 
		height: 235px; }

#bottomcenter {
		border-color: #BDBDBD;
		border-style: solid;
		border-width: 1px;
		background: #F0F0F0;
		height: 235px;
		margin-top: 5px;
		padding: 5px; }

#bottomleft01 {
		background: #BB442B;
		border-color: #BB442B;
		border-style: solid;
		border-width: 1px;
		height: 235px;
		margin-top: 5px; }
	
#bottomleft02 {
		background: #DA94A3;
		border-color: #DA94A3;
		border-style: solid;
		border-width: 1px;
		height: 235px;
		margin-top: 5px; }

#bottomleft03 {
		background: #8EBB9C;
		border-color: #8EBB9C;
		border-style: solid;
		border-width: 1px;
		height: 235px;
		margin-top: 5px; }

#bottomleft04 {
		background: #F9D871;
		border-color: #F9D871;
		border-style: solid;
		border-width: 1px;
		height: 235px;
		margin-top: 5px; }
	
#bottomleft05 {
		background: #F9D871;
		border-color: #F9D871;
		border-style: solid;
		border-width: 1px;
		height: 235px;
		margin-top: 5px; }

#testo {
		border-color: #BDBDBD;
		border-style: solid;
		border-width: 1px; }
	
#footer { 
		width: 690px; 
		font-family: verdana, arial, sans-serif;
		color: #919191; 
		font-size: 60%; 
		text-align: left; 
		padding-top: 2px; }
		
#validator {
		position: absolute;
		bottom: 30px; }


/*TESTO*/

p {
		font-family: verdana, arial, sans-serif;
		color: #4D4D4D; 
		font-size: 10px;
		line-height: 1.5; }
	
p.credits {
		font-family: verdana, arial, sans-serif;
		color: #4D4D4D; 
		font-size: 9px; }

h1 {
		font-family: verdana, arial, sans-serif;
		color: #919191;
		font-weight: normal;
		text-align: right;
		font-style: italic;
		font-size: 26px; }

div.testo {
		width: 370px;
		height: 390px;
		text-align: left;
		float: left;
		overflow: auto; 
		padding: 15px;}


/*MENU*/

a.menu:link { 
		font-size: 10px;
		color: #4D4D4D; 
		text-decoration: none; 
		font-weight: normal; }
	
a.menu:visited { 
		font-size: 10px;
		color: #4D4D4D; 
		text-decoration: none; 
		font-weight: normal; }
	
a.menu:active {
		font-size: 10px;
		color: #4D4D4D;  
		text-decoration: none; 
		font-weight: normal; }
	
a.menu:hover { 
		font-size: 10px;
		color: #BB442B; 
		text-decoration: underline;
		font-weight: normal; }
	

/*SOTTOMENU*/

a.sottomenu:link { 
		font-size: 10px;
		color: #9A9A9A; 
		text-decoration: none; 
		font-weight: normal; }
	
a.sottomenu:visited { 
		font-size: 10px;
		color: #9A9A9A; 
		text-decoration: none; 
		font-weight: normal; }
	
a.sottomenu:active {
		font-size: 10px;
		color: #9A9A9A;  
		text-decoration: none; 
		font-weight: normal; }
	
a.sottomenu:hover { 
		font-size: 10px;
		color: #BB442B; 
		text-decoration: underline;
		font-weight: normal; }
	
.arrow {
		margin-left: 10px; }


/* LINK*/
	
a:link { 
		font-size: 10px;
		color: #BB442B; 
		text-decoration: none; 
		font-weight: normal; }
	
a:visited { 
		font-size: 10px;
		color: #BB442B; 
		text-decoration: none; 
		font-weight: normal; }
	
a:active {
		font-size: 10px;
		color: #BB442B;  
		text-decoration: none; 
		font-weight: normal; }
	
a:hover { 
		font-size: 10px;
		color: #9A9A9A; 
		text-decoration: underline;
		font-weight: normal; }
