body {
	/* 
	Here we'll declare the default font-size and font-family.
	The rest of the typographical rules use relative sizes based on this font-size.
	We can easily modify overall typography by changing or overriding these values.
	*/
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:white;
	margin:0;
	padding:0;
	}

p {padding:1px;}
#Content p {line-height:12px; /* ~20px */}
#Content blockquote p {line-height:1.5;}
/* Browsers that understand the CSS child selector get the good typography. */
#Content p+p {margin-top:1em;}

a {
	font-size:16px;
	color:#09c;
	text-decoration:underline;
	font-weight:800;
	}
a:link {color:blue;}
a:visited {color:black;}
#Content a:hover {background-color:#aaa;}

h5 {
	color:black;
	font-size:30px;
	line-height:30px;
	font-weight:800;
	font-family: arial, helvetica, sans-serif;
	margin:20;
	padding-left:10px;
	padding-bottom:0px;
	}

h1 {
	color:black;
	font-size:21px;
	line-height:21px;
	font-weight:800;
	font-family:arial, helvetica, sans-serif;
	margin:0;
	padding-left:10px;
	}

h2 {
	color:black;
	font-size:18px;
	line-height:18px;
	font-weight:800;
	font-family:arial, helvetica, sans-serif;
	margin:0;
	padding-top:20px;
	}

/* text style used for shell commands */
h3 {
	color:black;
	text-decoration:bold;
	font-size:16px;
	line-height:16px;
	font-weight:800;
	font-family:arial, helvetica, sans-serif;
	margin:0;
	padding:0;
	}

ol {
	line-height:1.8;
	padding:0;
	margin:20px;
	}

table {
        width:97%;
	margin:1.45%;
	padding:0px;
	font-size:20px;
	border-style:solid;
	border-color:black;
	border-width:1px;
	}

#Empty {
	border-width:0px;
	background-color:none;

}
#EmptyB {
	margin:0;
	padding:0;
        heigth:230px;
        width:100%;
	background-color:black;
	border-width:0px;
}

th {
	padding:4px;
	text-decoration:bold;
	color:white; 
	background-color:gray;       
	font-size:15px;
	}

td {
        margin:100px;
	font-size:13px;
        padding:5 5px;
}

#A {
	background-color:#eeeeff;
        padding:10px;
}

#B {
	background-color:#c1d5ff;
        padding:10px;
}

	
/* The extra DIV (Main) is needed to overcome a shortcoming of Opera5/Win.
   The prefered way to set the width of the content would be to pad the 
   content of #Content using 
   "#Content>* {padding-left:114px; padding-right:15px;}" */


#Content {
	color:white;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:white;
	background-repeat:no-repeat;
	background-position:top right;
	border-style:solid;
	border-width:0px;
	border-color:#06a;
	}

#Header {
	color:white;
	text-align:center;
	padding: 0px 20px 0px 20px;
        border-width: 0;
	background-repeat:no-repeat;
}

#HeaderText {
	color:white;
	text-align:center;
}


#Logo {	
	font-size:14px;
	text-align:right;
	text-decoration:bold;
	font-weight:800;
        color: black;
        float:right;
	height:288px;
	width:100%;
	background-image:url(piave_logo_2.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0px 0 0 0px;
	}

#ImgFloat {	
	text-align:left;
        float:right;
	width:180px;
	padding:20 20 20 50;
	}

.submenu {
        top: 100%;
        bottom: 0;
        text-align: left;
	font-size:8px;

        border: solid;
        border-width: 0px;
        border-top-width: 3px;
        border-color: red;

        color: black;

        padding: 2;
}

.submenu a {
        vertical-align: bottom;
        text-decoration: bold;
        color: white;
	font-size:12px;

	background-color:black;
        margin: 20;

        border: solid;
        border-width: 1px;
        border-color: black;
}

.submenu a:hover {
        border: solid;
        border-width: 1px;
        border-color: red;
        color: red;
}

