body {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
	body, html { height: 100%; }
	
	table.cont { height: 100%; width: 100%; border: 0px; }
		table.cont td { padding: 0px;  }

a:link, a:visited {
	color: #ee0033;
}
a:hover, a:active {
	color: #003399;
	text-decoration: none;
}

#testflash {
	width: 757px;
	margin: auto;
	background-color: #333333;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;

}


p { padding: 7px; margin: 0px; }

h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 7px; margin: 0px;
}


/*.menu {
	color: #ffffff;
}
	.menu a:link, .menu a:visited {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		line-height: 40px;
		height: 40px;
		text-align: center;
		border-left: 3px solid #ffffff;
		font-weight: bold;
		padding: 0 44px 0 44px;
	}
	.menu a:hover, .menu a:active {
		color: #cccccc;
		background-color: #333333;
		text-decoration: underline;
	}*/
	
.footer {
	color: #ffffff;
}
	.footer a:link, .footer a:visited {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.footer a:hover, .footer a:active {
		color: #FFFFFF;
		text-decoration: none;
	}
	
.titoloright {
	background-color: #ee0033;
	padding: 10px;
	font-size: 14px;
	margin-top: 10px;
	color: #FFFFFF;
	text-align: center;
}

.rosso { color: #EE0033; }


.scrolldiv {
	overflow: scroll;
	overflow-x:hidden;
	overflow-y:scroll;
	height: 280px;
}

.box_test {
	background-color: #666666; 
	color: #f2f2f2;
	text-align:center; 
	padding: 0px;
	width: 580px;
	margin: auto;
}
	.box_test img { border: 0px; margin: 0px; padding: 0px;}
	.box_test a:link, .box_test a:visited { color: #f2f2f2; text-decoration: none; }
	.box_test a:hover, .box_test a:active { color: #ffffff; text-decoration: underline; }