body{
	background: White;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #627BAE;
}
div{
	height: 78%;
	width: 750px;
	overflow: auto;
	position: relative;
	left: 15px;
}
table{
	width: 750px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: White;
	border: 1px solid #627BAE;
	border-top: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	table-layout: fixed;
	vertical-align: middle;
	text-align: center;
}
table.top{
	width: 780;	
}
table.advise{
	border: 1px solid red;
	background: White;
	color: #627BAE;
}
table.download{
	border: 0px;
	vertical-align: bottom;
}
table.menu{
	border: 1px solid #627BAE;
}
caption{
	background: white;
	text-align: center;
	color: #627BAE;
	border-top-color: #627BAE;
	border-top-style: solid;
	border-top-width: 4px;
	border-bottom: 4px solid #627BAE;
}
th{
	background: #FFB21C;
	color: #627BAE;
	text-align: center;
	border-right: 1px White solid;
	border-collapse: separate;
}
th.advise{
	color: Red;
	background-color: White;
	text-align: left;
	border: 0px;
}
th.dettaglio{
	width: 140px;
	border: 0px;
	text-align: left;
	background-color: #FAFAD2;
	vertical-align: text-top;
	min-height: 20px;
}
td{
	background-color: #FAFAD2;
	text-align: left;
	empty-cells: show;
	vertical-align: middle;
	color: black;
	border: 0px;
}
td.dettaglio{
	border: 0px;
	min-height: 20px;
	vertical-align: middle;
	font-weight: bold;
}
td.linkDettaglio{
	text-align: right;
}
td.break{
	background: White;
	min-height: 8px;
	border: 0px;
	border-collapse: separate;
}
td.link{
	text-align: center;
	background: White;
	border: 0px;
	border-top: 1px solid #627BAE;
	font-weight: bold;
}
td.bottom{
	background: #FFB21C;
	text-align: center;
	color: #8F4107;
	vertical-align: bottom;
}
td.header{
	background: White;
	border: 0px;
	background-image: ./img/header.gif;
}
td.advise{
	color: black;
	border: 0px;
	background-color: White;
}
td.menu{
	background-color: white;
	text-align: center;	
}
a{
	color: #627BAE;
	line-height: 20px;
	text-decoration: none;
	border: 0;
}
a:hover{
	color: #FFB21C;
}
a.link{
	color: red;
	line-height: 20px;
	text-align: center;
	border: 0;
}
img{
	border: none;
}
input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
hr{
	color: #627BAE;
}

