body
{
	background-color: #000000;
	font-family: courier;
	color: white;
	text-align: center;
}
.pageframe
{
	border-color: #79736C;
	border-width: 2px;
	border-style: solid;
   background: #111111;
filter:alpha(opacity=100);   
-moz-opacity: 0.5; 
opacity: 0.5;
}
.pageheader
{
	background: #343433;
	font-family: courier;
	font-weight: bold;
	color: white;
	font-size: 11px;
	border-width: 0px;
	padding: 5px;
}
SELECT{
font-family: courier;
	font-size: 9px;
	font-weight: bold;
	color: white;
	border-top: 1px #ffffff solid; 
    border-right: 1px #ffffff solid; 
    border-left: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid; 
	background: #111111;
}

TEXTAREA{
	font-family: courier;
	font-size: 9px;
	font-weight: bold;
	color: white;
	border-top: 1px #ffffff solid; 
    border-right: 1px #ffffff solid; 
    border-left: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid; 
	background: #111111;
}
INPUT.text {
background-color: #000000;
border-top: 0px; 
border-right: 0px; 
border-left: 0px;
border-bottom: 1px #ffffff solid; 
color: #ffffff;
font-family: courier;
	font-size: 9px;
	font-weight: bold;
		
}
INPUT{
	font-family: courier;
	font-size: 9px;
	font-weight: bold;
	color: white;
	border-top: 1px #ffffff solid; 
    border-right: 1px #ffffff solid; 
    border-left: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid; 
	background: #111111;
}
INPUT.black{
	background: #000000;
	border: 0px;
}
A
{
	font-family: courier;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A:hover
{
	font-family: courier;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
A.menu
{
	font-family: courier;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.menu:hover
{
	font-family: courier;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid white;
}
.selmenu{
background-color: #000000;
border-top: 1px #ffffff solid; 
border-right: 1px #ffffff solid; 
border-left: 1px #ffffff solid;
border-bottom: 1px #ffffff solid; 
color: #ffffff;
font-family: courier;
	font-size: 11px;
	font-weight: bold;
		
}
#colonnadx {
	position: fixed;
	padding: 0 0 0 0;
	top: 40px;
	right: 5px;
    width: 70px;
	text-align: right;
	z-index: 7;
}
#colonnasx {
	position: fixed;
	top: 0px;
	left: 2px;
	width: 150px;
    text-align: center;
	z-index: 5;
}
#contenuti {
	position: absolute;
	padding: 0 0 0 0;
	top: 90px;
	left: 5px;
    width: 95%;
	text-align: center;
	z-index: 1;
}
#navtop {
    position: fixed;
	padding: 0 0 0 0;
	text-align: center;
	top: 0px;
	height: 75px;
	width: 98%;
	background-image: url('images/transp_div.png');background-repeat: repeat-x; background-position: bottom;
	z-index: 6;
}
/*!!!!opacity!!!*/
a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 0.5; 
opacity: 0.5;
}


