
BODY {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 12px;
  padding-top: 2pt;
  padding-left: 2pt;
  padding-right: 2pt;
  padding-bottom: 2pt;
  
  	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #CCCCCC;

  }

A:LINK {
  color: #000000;
  text-decoration: underline;
}

A:HOVER {
  color: #18375E;
  text-decoration: none;
  
}

INPUT {
  border-top: 1px #000000 inset;
  background-color: #C0C0C0;
  font-family: Verdana, Arial;
  font-size: 12px;
  border-right: 1px #000000 inset;
  border-bottom: 1px #000000 inset;
  border-left: 1px #000000 inset;
}

INPUT.SUBMIT {
  border-top: 1px #000000 inset;
  background-color: #C0C0C0;
  font-family: Verdana, Arial;
  font-size: 12px;
  text-align: center;
  border-right: 1px #000000 inset;
  border-bottom: 1px #000000 inset;
  border-left: 1px #000000 inset;
}

INPUT.CHECKBOX {
  border-top: #C0C0C0 none;
  background-color: #FFE619;
  font-family: Verdana, Arial;
  font-size: 12px;
  border-right: #C0C0C0 none;
  border-bottom: #C0C0C0 none;
  border-left: none;
}

INPUT.RADIO {
  font-family: Verdana, Arial;
  font-size: 12px;
  border-top: none;
  background-color: transparent;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

TEXTAREA {
  border-top: 1px #336699 inset;
  background-color: #FFFFFF;
  font-family: Verdana, Arial;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  border-right: 1px #336699 inset;
  border-bottom: 1px #336699 inset;
  border-left: 1px #336699 inset;
}

SELECT {
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #000000;
  background-color: #C0C0C0;
  border-top: solid;
  border-right: solid;
  border-bottom: solid;
  border-left: solid;
}