body {
  scrollbar-face-color: 5A5A5A;
  scrollbar-track-color: 1B1B1B;
  scrollbar-darkshadow-color: black;
  scrollbar-shadow-color: 909090;
  scrollbar-highlight-color: black;
  scrollbar-base-color: black;
  scrollbar-3dlight-color: CFCFCF;
  scrollbar-arrow-color: yellow;
  
  margin: 0px;
  padding: 0px;
  min-width:980px; _width:expression(document.documentElement.offsetWidth < 980 ? '980' : 'auto');
}

p, td, font
{ font-family:		Arial, Tahoma;
  font-size:		11px;
color:			#838383;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: yellow}


.light
{
font-family:		Arial, Tahoma;
color:			red;
font-size:		11px;
font-weight:		normal;
}


.green
{
font-family:		Arial, Tahoma;
color:			#59DA20;
font-size:		11px;
font-weight:		normal;
}

.red
{
font-family:		Arial, Tahoma;
color:			red;
font-size:		11px;
font-weight:		normal;
}

.white
{
font-family:		Arial, Tahoma;
color:			white;
font-size:		11px;
font-weight:		normal;
}

.link
{
font-family:		Arial, Tahoma;
color:			lightgrey;
font-size:		11px;
font-weight:		normal;
}

.grey
{
font-family:		Arial, Tahoma;
color:			grey;
font-size:		11px;
font-weight:		normal;
}

.dark
{
font-family:		Arial, Tahoma;
color:			1B1B1B;
font-size:		11px;
font-weight:		normal;
}

.small
{
font-family:		Arial, Tahoma;
color:			#565656;
font-size:		9px;
font-weight:		normal;
}

.smgreen
{
font-family:		Arial, Tahoma;
color:			#59DA20;
font-size:		9px;
font-weight:		normal;
}

.smred
{
font-family:		Arial, Tahoma;
color:			red;
font-size:		9px;
font-weight:		normal;
}


.yellow
{
font-family:		Arial, Tahoma;
color:			yellow;
font-size:		11px;
font-weight:		normal;
}

