body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover.MenuItem {
/*	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	border-top: 1px solid white;
	border-left: 1px solid white 
	border: 1px dotted yellow;*/
}

a.MenuItem {
	border: 1px solid #E79429;
}

a.MenuCurrentItem {
	border: 1px dotted white;
}


.controls {
	font-size: x-small;
	color: Maroon;
}

.txt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: x-small;
}
.link1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFC812;
	font-size: x-small;
	text-decoration: none;
}
a:hover.link1 {
	text-decoration: underline;
}

.titolo1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFC812;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

.link2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: x-small;
	text-decoration: none;
}
a:hover.link2 {
	text-decoration: underline;
}

.link3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFC812;
	font-size: x-small;
	text-decoration: none;
}
a:hover.link3 {
	background-color: #222;
	text-decoration: underline;
}
.titolo2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}


.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
	font-size: 11px;
}

DIV.shadowed {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	FILTER: Shadow(color=#666666, direction=135 strength=3);
	WIDTH: 100%;
	COLOR: #EEEEEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-shadow: #666 3px 4px 5px;
}
DIV.scrollable {
	overflow: scroll;
	
}

.opac30 {
 background-color: Gray;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.opac50 {
 background-color: Gray;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.opac60 {
 background-color: Gray;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.opac70 {
 background-color: Gray;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.opac100 {
 background-color: Gray;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.Tabelle {
	font-size: xx-small;
}

