body {
	background-color: #fff;
	margin: 0px;
}
body, input, select, table {
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #8D8D8D;
	font-size: 10px;
}
.blue { color: #2486C2; }
img { border: 0px; }
table.prmHeader {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}
table.prmHeader caption {
	text-align: right;
	font-size: 10px;
	/*font-weight: bold;*/
	padding-bottom: 5px;	
	color: #8D8D8D;
}
table.prmHeader td {
	padding: 5px;
}
table.prmHeader td.text {
	font-weight: bold;	
}
table.prmHeader td.ticker {
	text-align: right;
	float: right;
}
table.ticker {
	border-collapse: collapse;
	/*font-size: 11px;*/
	background-color: #fff;
	width: 230px;
	font-weight: bold;
}
table.ticker td.tkN {
	padding: 2px;
	width: 85px;
	text-align: center;
}
table.ticker td.tkV {
	padding: 2px;
	width: 135px;
	text-align: center;
}
table.premium {
	/*font-size: 11px;*/
	width: 100%;
	border-collapse: collapse;
	margin-top: 3px;
}
table.premium td {
	padding: 7px 5px;
	border-bottom: 3px solid #fff;
	width: 25%;
	text-align: right;
	font-weight: bold;
}
table.premium th {
	padding: 7px 5px;
	font-weight: normal;
	text-align: left;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	width: 25%;
}
table.premium td.prezzo {
	padding: 0px;
}
table.prezzo {
	width: 100%;
	border-collapse: collapse;
	/*font-size: 11px;*/
}
table.prezzo th {
	width: 50%;
	border-bottom: 0px;
}
table.prezzo td {
	width: 50%;
	border-bottom: 0px;
	/*font-weight: bold;*/
}
.aumento { color: #0a0; }
.diminuzione { color: #ef0000; }
.right {
	border-left: 3px solid #fff;
}
div.legenda {
	width: 100%;
	padding: 5px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}
html > body div.legenda {
	width: auto;
	height: auto;
}
div.legenda a{
	color: #a21610;
	text-decoration: none;
}
div.legenda a:hover {
	text-decoration: underline;
}
table.prmComandiChart {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}
table.prmComandiChart td {
	padding: 5px;
	color: #2486C2;
	font-weight: bold;
}
table.prmChart {
	width: 100%;
	border-collapse: collapse;
	margin-top: 3px;
}
table.prmChart td {
	/*padding: 12px;*/
	text-align: center;
}
/*#imgChart { border: 1px solid #e2e2e2; }*/
table.info { width: 100%; border-collapse: collapse; vertical-align: bottom; }
input.button { float: right; }