body
 {
  background-color: #A4A4A4;
  background-image: url(graphics/main_background.jpg);
  background-position: top center;
  background-repeat: repeat-x;

  margin-top: 0px;

  font-family: Verdana;
 }

table
 {
  padding-top: 0px;
 }

div
 {
  padding-top: 5px;

  background: white;
 }

td
 {
  font-family: Verdana;
 }

td.content
 {
  background-image: url(graphics/main_background_left.gif);
  background-position: top left;
  background-repeat: repeat-y;
 }

td.header
 {
  background-color: #EAD3AE;

  border-bottom: 5px solid white;
  border-right: 5px solid white;

  height: 47px;
 }

td.menu_tab
 {
  height: 45px;

  font-size: 13pt;

  padding-bottom: 5px;
  padding-right: 9px;

  color: white;

  cursor: pointer;

  border-top: 1px solid white;

  border-bottom: 5px solid white;

  border-bottom-style: solid;
  
  background-image: url(graphics/tab_background_right.gif);
  background-position: top right;
  background-repeat: repeat-y;
 }

td.menu_tab a
 {
  color: white;

  text-decoration: none;
 }

td.sub_menu
 {
  height: 21px;

  text-align: center;
 }

input.button
 {
  border: 1px solid black;
  
  background-color: white;
 }

a.sub_menu
 {
  color: white;
  font-size: 15px;
  text-decoration: none;

 }
 
div.line_green
 {
  background-image: url(graphics/line_green.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  
  padding-left: 8px;
  padding-bottom: 16px;
 }
 
div.line_orange
 {
  background-image: url(graphics/line_orange.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  
  padding-left: 8px;
  padding-bottom: 16px;
 }
