

a:link {
	color: CCCCCC;
	text-decoration: underline }
	
a:active {
	color: #8A908A;
	text-decoration: none }

a:visited {
	color: #8A908A;
	text-decoration: underline }

a:hover {
	text-decoration: none;
	color: white;
	background: #8A908A;}

}

.field {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #BBC5BB;
  border-top: 1px solid #BBC5BB;
  border-left: 1px solid #BBC5BB;
  border-right: 1px solid #BBC5BB;
  border-bottom: 1px solid #BBC5BB;
  background: #4A4D4A;
  width: 88px;
  height: 17px;
}


.gbfield {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #BBC5BB;
  border-top: 1px solid #BBC5BB;
  border-left: 1px solid #BBC5BB;
  border-right: 1px solid #BBC5BB;
  border-bottom: 1px solid #BBC5BB;
  background: #4A4D4A;
  width: 200px;
  height: 17px;
}

.gbbox {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #BBC5BB;
  border-top: 1px solid #BBC5BB;
  border-left: 1px solid #BBC5BB;
  border-right: 1px solid #BBC5BB;
  border-bottom: 1px solid #BBC5BB;
  background: #4A4D4A;
  width: 200px;
  height: 75px;


