/*
0071BB
0079BF
009EDA
58B0E3
*/

body
  {
  background-color:white;
  font-family:georgia;
  font-size:12pt;
  color:black;
  }

a
  {
  color:white;
  text-decoration:none;
  }

a.tab, a.tabsel
  {
  background-color: #58B0E3;
  font-size:14pt;
  padding:5px 5px 0 5px;
  display:inline;
  }

a.tabsel, a.tab:hover, a.tabsel:hover
  {
  //background:url("grey_big_tl.gif") no-repeat left top;
  background-color: #0071BB;
  }

td.tabhead
  {
  font-size:24pt;
  font-weight:bold;
  padding-bottom:10px;
  }
  
td.tabfilling
  {
  background:url("gradient.gif") repeat-x top;
  background-color: #00436F;
  color:white;
  padding:20px;
  height:10px;
  }

img.bordered
  {
  border: 1px solid white;
  }
  