body, html
  {
  scrollbar-track-color: #0187DE;
  scrollbar-face-color: #C7ECFE;
  scrollbar-highlight-color: #C7ECFE;
  scrollbar-3dlight-color: #C7ECFE;
  scrollbar-darkshadow-color: #BCD6FC;
  scrollbar-shadow-color: #C7ECFE;
  scrollbar-arrow-color: #004396;
  }

body
  {
  background-image: url("../gal_bg.gif");
  margin-top: 8px;
  margin-left: 50px;
  margin-right: 8px;
  margin-bottom: 8px;
  }

a
  {
  color: black;
  text-decoration: underline;
  }

/*
table
  {
  text-align: center;
  margin: auto;
  }
*/

td
  {
  font-family: helvetica ce, verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  color: black;
  background: #C9E9FF;
  text-align: center;
  border-right: #7A878D 1px solid;
  border-bottom: #7A878D 1px solid;
  width: 200px;
  }

img
  {
  border: 0px;
  height: 120px;
  }

.td_header1
  {
  font-family: arial, helvetica, sans-serif;
  text-align: left;
  font-size: 20px;
  width: 100px;
  background: white;
  border: 0px;
  }

.td_header2
  {
  font-family: arial, helvetica, sans-serif;
  text-align: left;
  font-size: 13px;
  width: 500px;
  background: white;
  border: 0px;
  }

.this_page
  {
  color: #004396;
  text-decoration: none;
  }