/* ---- ( new_style.css ) ---- */

/* ---- Colors
  #996600 DarkBrown
  #cc9966 LightBrown
  #aaeebb LightGreen
  #ffffd2 Background Tan
  #FFFF66 Button Yellow
*/

a:hover { color: red; }

body { background: #FFFFCC; font-family: "Verdana,Arial,Helvetica"; color: black; font-size: medium; }

#pagetitle { height: 44px; margin: 15px; font-family: 'Trebuchet MS', Verdana; font-size: xx-large; text-align: center; color: #AAEEBB; background: #996600; }

#footer {
  clear: both;
  top: 0;
  left: 15px;
  margin-left: 0;
  margin-right: 15px;
  height: 100px;
}

caption { font-weight: bold; }

table {
  border: outset #CC9966 6px;
}
thead th   { color: black; background: #aaeebb; }
tr a { color: black; }
tbody td {
  width: 210px;
  height: 25px;
  border: solid #996600 thin;
  background: #aaeebb;
  font-family: arial;
  font-size: 12px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
img { font-family: arial; font-size: x-large; }