/*                       FONTS */

BODY, TD.main, P, LI, ADDRESS { 
  color: #003366;
}

TD.side, TD.longside, A.side {
  color: white;
  font-family: sans-serif;
}

#cool, SPAN.coolblue {
  color: #CCCCFF;
}

H1, H2, H3, H4, H5, H6 {
  color: #003366;
  font-family: sans-serif ;
}

H5, H6 {
  font-size: smaller;
}

A {
  font-style: normal;
  font-family: serif;
  font-size: 90%;
}

A.navbar {
  font-size: smaller;
  font-family: sans-serif;
  font-style: normal;
}

ADDRESS {  
  font-family: sans-serif;  
  font-style: normal;
  font-size: smaller;
}

ADDRESS.side {  
  font-size: 60%;
}

#ceo {
  font-size: smaller;
  font-family: sans-serif;
  font-style: normal;
}

#ph {  font-size: smaller;
}

/*                  BACKGROUNDS */

BODY.long { 
/*  background: url(chbkg2d_long2.png);*/
  background: url(chbkg.png);
  background-repeat: no-repeat;
  background-color: white;
}

BODY { 
/*  background-image: url(chbkg2d.png);*/
  background-image: url(chbkg.png);
  background-repeat: no-repeat;
  background-color: white;
}

/*              TABLE CELL SIZES */

TD.side, TD.longside {
  width: 126px;
  height: 100%;
}

TD.main {
  width: 535px;
  height: 100%;
}

/*                       MARGINS */

P.bibinfo {
  margin-left: 1em;
  margin-top: -10pt;
}

UL {
  margin-top: 4pt;
}

IMG {
  border: none;
}

A.img {
/*  text-decoration: none;*/
  border: none;
}
