body
{
	font-family: Arial;
	font-size: 11px;
	color: #333;
	background-color: #fff;
	margin: 0px;
}
input, select {
	font-family: Arial;
	font-size: 11px;
	color: #333;
}
img { border: 0px; }
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	color: #333;
}
a {
	color: #f60;
	text-decoration: none;
}
a:hover {
	color: #f60;
}
/* MENU' DI NAVIGAZIONE */
table.menuNav td
{
  background-image: url(images/backtestata.png);
	text-align: center;
	/*background-color: #FFB345;*/
	padding: 3px;
	width: 33%;
	color: #f60;
}
table.menuNav td.selected {
	/*color: #fff;*/
	/*background-color: #333;*/
	font-weight: bold;
}
/* TABELLA PREMIUM */
caption {
	margin-top: 10px;
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background-color: #e4eef3;
	color: #39c;
	font-weight: bold;
}
.premium {
	color: #09c;
	background-color: #f3f3f3;
}
table.premium th, table.premium td {
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #fff;
	width: 25%;
}
/*.prezzo {
	background-color: #efefef;
	color: #fff;
}*/
/* GRAFICO PREMIUM */
table.premiumChart th {
	background-color: #cde0ea;
	color: #069;
	padding: 3px;
}
table.premiumChart td { text-align: center; }
/* TIC */
div.tic { padding: 3px; font-size: 11px; }
input.MA { width: 30px; }
div.accessLink {
	text-align: right;
	font-size: 11px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}
div.accessLink a {
	font-weight: bold;
	color: #005dab;
	text-decoration: none;
}
div.accessLink a:hover {
	color: #005dab;
	text-decoration: underline;
}
