BODY {
  background: url(../pix/bg.jpg) repeat-x top #d9d6d6;
}

BODY, TD, DIV {
  font-family : verdana, arial, helvetica, sans-serif;
  font-size   : 11px;
  color       : #203D63;
}

SELECT.dealer {
  font-family : arial, helvetica, sans-serif;
  font-size   : 10px;
}

INPUT {
  font-size : 11px;
  margin    : 2px;
}

A:link, A:visited {
  text-decoration : none;
  color           : #0000ff;
}

A:active, A:hover {
  text-decoration : none;
  color           : #becfe4;
}

A.bottom:link, A.bottom:visited {
  text-decoration : none;
  color           : #E1DFE2;
}

A.bottom:active, A.bottom:hover {
  text-decoration : none;
  color           : #6470bb;
}

#title, #body, #bottom {
  text-align : left;
  width      : 770px;
}

#bottom {
  font-size    : 10px;
  color        : #fff;
  background   : url(pix/bar-bottom2.gif) no-repeat;
  height       : 48px;
  text-align   : right;
  padding-right: 1px;
}
#body {
  /* background : url('pix/bg-body.jpg') #e8e8e8; */
   background : #E1DFE2;
   margin : 2px 0px;
   padding-top : 10px;
   border-top:#FFFFFF solid 5px;
   border-bottom:#FFFFFF solid 5px;
}

#navbar {
  background   : #000040;
  width        : 175px;
  margin-left  : 5px;
}

#address {
  background   : #315086;
  width        : 175px;
  margin-left  : 5px;
}

.navtext {
  font-size : 12px;
  color     : #ffffff;
  padding   : 15px;
}

.big {
  font-size : 120%;
}

#heading {
  font-family   : Times New Roman;
  font-size     : 24px;
  font-weight   : bold;
}

.error {
  color : #ff0000;
}

.dealer_cell {
  border-bottom : solid 1px #c0c0c0;
  border-right  : solid 1px #c0c0c0;
  padding       : 3px 0px 3px 3px;
}

.dealer_row0 {
  background : #ebefe5;
}
.dealer_row1 {
  background : #dde4d2;
}


