/* CSS Document */

body {
	background-color:#000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

a {
	color:#000;
	text-decoration:none;
}

/*
a:hover {
	color:#F00;
	text-decoration:underline;
}
*/

a:visited {
	color:#000;
	text-decoration:none;
}

.td_img_pr  {
	background-color:#FFF;
	vertical-align:top;
	padding:10px;
	
}

.bianco {
	background-color:#FFF;
	
}

.td_yellow {
	background-color:#FF0;
	color:#000;
	font-size:12px;
	text-align:justify;
	
}

.td_orange {
	background-color: #F60;
	color:#000;
	font-size:12px;
	text-align:justify;
	
}

.td_orange1 {
	background-color: #F60;
	font-size:14px;
	
}

.td_green {
	background-color: #090;
	font-size:14px;
	
}

.td_blu {
	background-color: #009;
	font-size:14px;
	
}

.td_violet {
	background-color: #C6C;
	font-size:14px;
	
}

.td_red {
	background-color:#900;
	font-size:12px;
	
}

.td_red1 {
	background-color:#900;
	font-size:16px;
	
}


.td_grey {
	background-color:#CCC;
	color:#000;
	font-size:12px;
	
}

.red_big {
	background-color:#FFF;
	font-family:Tahoma;
	color:#F00;
	font-size:36px;
	
}

.bl_big {
	background-color:#FFF;
	font-family:Tahoma;
	color:#000;
	font-size:24px;
	
}

.bl_big2 {
	background-color:#000;
	color:#FFF;
	font-size:14px;
	
}

.testo {
	background-color:#FFF;
	color:#000;
	font-size:12px;
	text-align:justify;
	
}

.testo1 {
	background-color:#FFF;
	color:#000;
	font-size:12px;
	text-align:center;
	
}

.testo2 {
	background-color:#FFF;
	color:#000;
	font-size:12px;
	text-align:justify;
	padding:10px;
}

.testo3 {
	background-color:#FFF;
	color:#000;
	font-size:14px;
	text-align:justify;
	padding:10px;
}

.text {
	background-color:#DEDEDE;
	color:#000;
	font-size:12px;
	text-align:justify;
	
}

.table {
	text-align:center;
	width:810px;
	table-layout:fixed;
	
}

.table1 {
	text-align:center;
	width:810px;
	
}



