/* CSS Document */
body, html {	
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-color: #FFFFFF;
	font-size: 76%;
	background-image: url(../images/v-dash.gif);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
}
.black {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.red {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#menu1 {
	position: absolute;
	visibility: visible;
	top: 50%;
	background-image: url(../images/canali.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	right: 0%;
	margin: -140px 0px auto 20px;
	padding: 0px 0px 0px 30px;
}
#menu1 p{
	padding-left: 10px;
}
#menu2 {
	position: absolute;
	width: 320px;
	visibility: visible;
	height: 320px;
	left: 200px;
	top: 50%;
	margin: -160px 0px 0px;
}
#Q1 {
	position: absolute;
	width: 140px;
	height: 120px;
	left: -145px;
	top: 50%;
	margin-top: -140px;
	visibility: hidden;
}
#P1 {
	position: absolute;
	margin: 60px;
	height: 30px;
	width: 120px;
	top: 50%;
	left: 240px;
	visibility: hidden;
}
a {
	font-weight: bold;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
img {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
