body {
  scrollbar-face-color: #5D7C5D;
  scrollbar-shadow-color: #516B51;
  scrollbar-highlight-color: #8CA376;
  scrollbar-3dlight-color: #9CB07E;
  scrollbar-darkshadow-color: #405640;
  scrollbar-track-color: #4C694C;
  scrollbar-arrow-color: #B6C0A8;
}

.body_text {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  color: #000000;
}

.body_over {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  color: #595955;
}

.copyright_text {
  font-family: Verdana;
  font-weight: bold;
  font-size: 10px;
  color: #A6B4A8;
}

.small_text {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
}

.small_over {
  font-family: Verdana;
  font-size: 10px;
  color: #595955;
}

A:link {
  font-weight:bold;
  cursor:hand;
  color: #000000;
  text-decoration: none; 
}

A:visited {
  font-weight:bold;
  color: #000000;
  text-decoration: none; 
}

A:hover {
  font-weight:bold;
  color: #595955;
}

.div_shell {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	display:none;
}