/* generic style sheet for TCF web site */

table.main
  {
  width: 100%;
  background-color: #CCCCFF;
  }

td.menu-bg
  {
  width: 100%;
  background-image: url(image/menu_bg.gif);
  }

td.submenu-bg
  {
  background-image: url(image/submenu_bg.gif);
  }

.content
  {
  width: 100%;
  background-color: #FFFFFF;
  }

div.pagelinks
  {
  font: bold medium sans-serif;
  line-height: 300%;
  }

hr
  {
  color: #CC99FF;
  width: 100%;
  height: 2px;
  }

h1, h2, h3
   {
   font-family: sans-serif;
   }

p.indent
  {
  position: relative; left: 5%;
  }

p.copyright
  {
  text-align: right;
  font: x-small sans-serif;
  }

td.footer
  {
  width: 100%;
  text-align: center;
  font: bold x-small sans-serif;
  line-height: 150%;
  background-image: url(image/footer_bg.gif);
  }

table.footer
  {
  width: 100%;
  background-color: #FFFFFF;
  }

A.footer-links:link {color: #3300FF;}
A.footer-links:visited {color: #3300FF;}
A.footer-links:hover {color: #660099;}

img.book
  {
  float: right;
  border-style: none;
  }

ul.sitemap
  {
  list-style-image: url(image/tricon.gif);
  }
