.default, td, body, form {
  font-family: verdana;
  font-size: 8pt;
  color: black;
}

.textField01 {
  font-family: verdana;
  font-size: 8pt;
  color: black;
  border: solid 1px gray;
}

.tableBorderLR {
  border-left: solid 1px gray;
  border-right: solid 1px gray;
  padding: 0px 4px 0px 4px;
}

.tableBorderAll {
  border: solid 1px gray;
  padding: 0px 0px 0px 0px;
}

.tableBorderLeft {
  border-left: solid 1px gray;
  padding: 0px 8px 0px 8px;
}

.tableBorderRight {
  border-right: solid 1px gray;
  padding: 0px 8px 0px 8px;
}

.tableBorderLRB {
  border-left: solid 1px gray;
  border-right: solid 1px gray;
  border-bottom: solid 1px gray;
  padding: 0px 8px 0px 8px;
}

.tableBorderTabNav {
  border-left: solid 1px gray;
  border-right: solid 1px gray;
}

.grayText {
  color: gray;
}

.footer01 {
  color: black;
}

.footer01 a {
  color: gray;
  text-decoration: none;
}

.footer01 a:hover {
  color: navy;
  text-decoration: underline;
}

.footer01 b {
  color: orange;
  font-weight: normal;
  text-decoration: none;
}

.tabNav {
  font-family: verdana;
  font-size: 8pt;
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: gray;
  width: 75px;
  height: 21px;
}

.tabNav a {
  font-family: verdana;
  font-size: 8pt;
  padding: 4px 0px 0px 0px;
  text-align: center;
  color: gray;
  text-decoration: none;
  width: 75px;
  height: 21px;
  background-image: url(../images/tab_nav_off.gif);
}

.tabNav a:hover {
  font-family: verdana;
  font-size: 8pt;
  padding: 4px 0px 0px 0px;
  text-align: center;
  color: black;
  text-decoration: none;
  width: 75px;
  height: 21px;
  background-image: url(../images/tab_nav_on.gif);
}

.tabNavSelected {
  font-family: verdana;
  font-size: 8pt;
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: gray;
  width: 75px;
  height: 21px;
}

.tabNavSelected a {
  font-family: verdana;
  font-size: 8pt;
  padding: 4px 0px 0px 0px;
  text-align: center;
  color: black;
  text-decoration: none;
  width: 75px;
  height: 21px;
  background-image: url(../images/tab_nav_on.gif);
}

.tabNavSelected a:hover {
  font-family: verdana;
  font-size: 8pt;
  padding: 4px 0px 0px 0px;
  text-align: center;
  color: black;
  text-decoration: none;
  width: 75px;
  height: 21px;
  background-image: url(../images/tab_nav_on.gif);
}

.sideNav {
  color: black;
}

.sideNav a {
  color: gray;
  font-weight: bold;
  text-decoration: none;
}

.sideNav a:hover {
  color: orange;
  font-weight: bold;
  text-decoration: underline;
}

.sideNavTable {
  margin: 10px 0px 10px 0px;
}

.infoTable {
  margin: 10px 0px 10px 0px;
}

.sideNavSelected {
  color: navy;
}

.sideNavSelected a {
  color: navy;
  font-weight: bold;
  text-decoration: none;
}

.sideNavSelected a:hover {
  color: navy;
  font-weight: bold;
  text-decoration:  none;
}

.boldTextGray01 {
  color: gray;
  font-weight: bold;
}

.button01 {
  font-family: verdana;
  font-size: 8pt;
  color: black;
  border: solid 1px gray;
}

.contact {
  font-family: verdana;
  font-size: 8pt;
  color: black;
}

.contact a {
  width: 50px;
  height: 50px;
  background-image: url(../images/contact_off.gif);
}

.contact a:hover {
  width: 50px;
  height: 50px;
  background-image: url(../images/contact_on.gif);
}

.supplies {
  font-family: verdana;
  font-size: 8pt;
  color: black;
}

.supplies a {
  width: 50px;
  height: 50px;
  background-image: url(../images/supplies_off.gif);
}

.supplies a:hover {
  width: 50px;
  height: 50px;
  background-image: url(../images/supplies_on.gif);
}

.parts {
  font-family: verdana;
  font-size: 8pt;
  color: black;
}

.parts a {
  width: 50px;
  height: 50px;
  background-image: url(../images/parts_off.gif);
}

.parts a:hover {
  width: 50px;
  height: 50px;
  background-image: url(../images/parts_on.gif);
}

.service {
  font-family: verdana;
  font-size: 8pt;
  color: black;
}

.service a {
  width: 50px;
  height: 50px;
  background-image: url(../images/service_off.gif);
}

.service a:hover {
  width: 50px;
  height: 50px;
  background-image: url(../images/service_on.gif);
}

.contactSelected {
  font-family: verdana;
  font-size: 8pt;
  color: black;
}

.contactSelected a {
  width: 50px;
  height: 50px;
  background-image: url(../images/contact_on.gif);
}

.contactSelected a:hover {
  width: 50px;
  height: 50px;
  background-image: url(../images/contact_on.gif);
}

.suppliesSelected {
  font-family: verdana;
  font-size: 8pt;
  color: black;
}

.suppliesSelected a {
  width: 50px;
  height: 50px;
  background-image: url(../images/supplies_on.gif);
}

.suppliesSelected a:hover {
  width: 50px;
  height: 50px;
  background-image: url(../images/supplies_on.gif);
}

.partsSelected {
  font-family: verdana;
  font-size: 8pt;
  color: black;
}

.partsSelected a {
  width: 50px;
  height: 50px;
  background-image: url(../images/parts_on.gif);
}

.partsSelected a:hover {
  width: 50px;
  height: 50px;
  background-image: url(../images/parts_on.gif);
}

.serviceSelected {
  font-family: verdana;
  font-size: 8pt;
  color: black;
}

.serviceSelected a {
  width: 50px;
  height: 50px;
  background-image: url(../images/service_on.gif);
}

.serviceSelected a:hover {
  width: 50px;
  height: 50px;
  background-image: url(../images/service_on.gif);
}

.super {
  position: relative;
  top: -1ex;
  font-size: 80%;
}

.button02 {
  font-family: verdana;
  font-size: 8pt;
  color: #000000;
  border: solid 1px #808080;
  padding: 4px;
  text-decoration: none;
  background: #ffffff;
}

.button02:hover {
  background: #808080;
  color: #ffffff;
  border: solid 1px #000000;
}

