BODY {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	color : White;
	margin-left : 0px;
	margin-right : 0px;
	background-color : #111111;
		scrollbar-3dlight-color : #6a6a6a;
      scrollbar-arrow-color : #ff0000;
      scrollbar-darkshadow-color : #000000;
      scrollbar-face-color : #1f1f1f;
      scrollbar-highlight-color : #1f1f1f;
      scrollbar-shadow-color : #000000;
      scrollbar-track-color : #2e2e2e;
}
A:link, A:active, A:visited, A:focus {
	color: #ccc;
}
A:VISITED {
    color : Red;
}
A:HOVER {
	COLOR: #666666;
	text-decoration : underline
}

A.webs:LINK, A:ACTIVE, A:FOCUS {
	color : #bb0000;
}
A.webs:VISITED {
    color : #bb0000;
}
A.webs:HOVER {
	COLOR: #666666;
	text-decoration : underline
}

.title {
	font-family : "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	letter-spacing:.2em;
	font-size : 200%;
	font-weight : bold;
	color : #666;
}
.minititle {
	font-family : Verdana, Tahoma, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #666;
}
.options {
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color : White;
}
.text {
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color : White;
}
.minitext {
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 8pt; 
	font-weight: normal;
	color : White;
}
.description {
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color: Silver;
}

.highlight {
	background-color: #222222;
}
.0 {
	background-color: #333333;
}
.1 {
	background-color: #111111;
}
.2 {
	background-color: #000;
}
.3 {
	background-color: #444;
}
.4 {
	background-color: #555;
}

TABLE {
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color : White;
}

INPUT.text {
    background-color : Black;
    color : White;
    border : 2px ridge Black;
    font-size : 10px;
    font-family : Verdana, Arial;
    font-weight : normal;
}
INPUT.button {
    background-color : #333333;
    color : #FFFFFF;
    border : 1px ridge #333333;
    font : Arial;
    font-size : 12px;
    font-weight : bold;
    height : auto;
}
INPUT.minibutton {
    background-color : #000000;
    color : #FFFFFF;
    border : 1px ridge #333;
    font-size : 9px;
    font-weight : bold;
    height : auto;
    font : Arial;
}
TEXTAREA {
    background-color : Black;
    color : White;
    border : 1px ridge White;
    font-size : smaller;
    font-family : Verdana, Arial;
}
SELECT {
    background-color : Black;
    color : White;
    border : 1px ridge Gray;
	font-family : Verdana, Tahoma;
	font-weight : bold;
	font-size : 10px;
}
.enable {
	background-color : #77FF77;
	font-weight : bold;
	color : Black;
}
.disable {
	background-color : #FF7777;
	font-weight : bold;
	color : Black;
}

.in {
	font-family : Verdana;
	color : #cccccc;
}

.out {
	font-family : Verdana;
	color : #930000;
}

.good {
	font-family : Verdana;
	color : #666666;
}

.bad {
	font-family : Verdana;
	color : #cc0000;
}

TD.bar1 {
    background-color : #cc0000;
}

TD.bar2 {
    background-color : #660000;
}

.textbar {
    font-family : Verdana;
    font-size : 8pt;
    font-weight : bold;
    color : Black;
}