a:link
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:active
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.dis:link
{
	color: #555;
}
a.dis:visited
{
	color: #555;
}
a.dis:active
{
	color: #555;
}
a.dis:hover
{
	color: #555;
}
.blink { text-decoration: blink; font-size: 8px;}
body,p
{
	scrollbar-face-color:#1f1a17;
	scrollbar-arrow-color:#f90;
	scrollbar-track-color:#1f1a17;
	scrollbar-shadow-color:#000;
	scrollbar-highlight-color:#f90;
	scrollbar-3dlight-color:#f90;
	scrollbar-darkshadow-Color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Frutiger 45 Light";
	font-size: 10;
	color: black;
}
body{
	background-color: #f90;
}
hr
{
   color: #000;
}
img
{
	border-width: 0;
}
.menu
{
	vertical-align: above;
	text-align: center;
	cursor: default;
	font-size: 12;
	background-color: #000;
	color: #f90;
}
.submenu
{
	padding: 3;
	font-size: 10;
	background-color: #f90;
	color: black;
}
.visible
{
	visibility: visible;
	position: static;
}
.hidden
{
	visibility: hidden;
	position: absolute;
}
.mini
{
	font-size: 8;
}
.tiny
{
	font-size: 10;
}
.normal
{
	font-size: 12;
}
.disabled
{
	color: #777;
}
.black
{
	color: #1F1A17;
}
.green
{
	color: #ac4;
}
.orange{
	color: #f90;
}
.bgdark
{
	background-color: #1f1a17;
}
