a{
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited{
	color: #ff9900;
	border-color: #ff9900;
}
a:active, a:hover{
	color: white;
	border-color: white;
}
a.dis:link, a.dis:hover, a.dis:active, a.dis:visited{
	color: #55555555;
}
body, p, li{
	scrollbar-face-color: #1f1a17;
	scrollbar-arrow-color: #ff9900;
	scrollbar-track-color: #1f1a17;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #ff9900;
	scrollbar-3dlight-color: #ff9900;
	scrollbar-darkshadow-Color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Frutiger 45 Light";
	color: white;
	font-size: 14px;
}
body{
	background-color: #2a2a2a;
	margin: 10px;
}
h1{
	color: #ff9900;
}
h2{
	color: #ff9900;
	font-size: 18px;
}
h3{
	color: #aacc44;
	font-size: 16px;
}
input, textarea{
	border: solid 1px #000000;
	font-weight: bold;
}
table{
	width: 90%;
	padding: 1px;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	border-spacing: 1px;
	empty-cells: show;
}
table.signup{
	font-size: 12px;
}
td{
	text-align: center;
	vertical-align: top;
}
img{
	border-width: 0px;
}
hr{
	border-top: dashed 1px #ff9900;
}
iframe{
	width: 100%;
	height: 100%;
}
/* fonts & colors */
.mini{
	font-size: 8px;
}
.tiny{
	font-size: 10px;
}
.normal{
    font-size: 12px;
}
.big{
	font-size: 16px;
	font-weight: bold;
}
.disabled{
	color: #777777;
}
.black{
	color: #1f1a17;
}
.green{
	color: #aacc44;
}
.orange{
	color: #ff9900;
}
.yellow{
	color: yellow;
}
.red{
	color: #ff0000;
}
/* backgrounds */
.bg_dark, .bgdark{
	background-color: #1f1a17;
}
.bg_grey, .grey_bg{
	background: #dcdcdc;
	vertical-align: above;
	text-align: center;
}
.bg_orange{
	background: #ff9900;
}
/* width & length */
.w200px{
	width: 200px;
}
.w100px{
	width: 100px;
}
.w100pc{
	width: 100%;
}
.h100pc{
	height: 100%;
}
/* menus */
.visible{
	visibility: visible;
	position: static;
}
.hidden{
	visibility: hidden;
	position: absolute;
}
.menu{
	vertical-align: above;
	text-align: center;
	cursor: default;
	font-size: 12px;
	background-color: #000000;
	color: #ff9900;
	width:100%;
	border:0px;
	padding:0px;
}
.submenu{
	padding: 3px;
	font-size: 10px;
	background-color: #1f1a17;
	color: #ffffff;
	border: 2px solid #000000;
	border-top: 0px;
}
/*
a.item:link, a.item:visited{
	color: #000000;
	border-color: #000000;
}
a.item:active, a.item:hover{
	color: white;
	border-color: white;
}
*/
th.up{
	height: 10px;
	background: #ff9900 url(th.up.png) no-repeat;
}
th.down{
	height: 10px;
	background: #ff9900 url(th.down.png) no-repeat;
}
/* boxes */
.box, .news{
	background-color: #000000;
	border: 1px dashed #ff9900;
	padding: 5px;
}
.box2, .quadro{
	background-color: #1f1a17;
	border: 1px outset #ff9900;
	padding: 1px;
	//font-size: 16px;
	text-align: center;
}
.box3{
	background-color: #ff9900;
	border: 1px dashed #ff9900;
	padding: 5px;
}