body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
}

input { 
	border: thin solid gray;
}

hr {
	border-width: 1;
	border-top: solid thin white;	
	border-left: none;
	border-right: none;
	border-bottom: none;
}


div.maschera a:link { 
	text-decoration: none;
	color: white;
}
div.maschera a:visited { 
	text-decoration: none;
	color: white 
}
div.maschera a:active { 
	text-decoration: none;
	color: white 
}
div.maschera a:hover {
	text-decoration: underline;
}


:link    { text-decoration: none; color: red }
:visited { text-decoration: none; color: red }
:active  { text-decoration: none; color: red }
:hover   { text-decoration: underline }

div.testata {
    height: 91px; 
    width: 100%; 
    position: relative; 
    top: 0px; 
    background: #336699; 
    clear: both;
}
div.banner {
    position: absolute;
    top: 20px;
    left: 200px;
    z-index: 2;
}
div.maschera {
    position: absolute; 
    top: 91px; 
    /* bottom: 17px;  */
    /* height: auto; */
    width: 150px; 
    display: table-cell;
    min-height: 100%;
    background-color: #3A75AF;
}
div.top_bar {
    width: 100%; 
    top: 0px; 
    position: absolute; 
    color: #fff;
}
div.top_bar a:link { 
	text-decoration: none;
	color: white;
}
div.top_bar a:visited { 
	text-decoration: none;
	color: white 
}
div.top_bar a:active { 
	text-decoration: none;
	color: white 
}
div.top_bar a:hover {
	text-decoration: underline;
}
div.content {
    position: absolute;
    background: #fff;
    top: 91px; 
    bottom: 17px; 
    margin-left: 150px; 
    right: 0px;
}
div.bottom_bar {
    width: 100%; 
    position: absolute; 
    height: 63px; 
    bottom: 0px; 
    background-color: #003366
}
div.footer {
    /* clear: both;
    bottom: 0px;
    position: absolute; */
    left: 0px;
    height: 17px; 
    background-color: #003366
}
