table.nav
{
	background-color: white;
	font-size: 14pt;
}

table.nav a:hover
{
	text-decoration: none;
}

td.caption
{
	font-weight: bold;
}

  table.shadow { 
    align: center;
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(../../gr/shadow/top.gif);
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(../../gr/shadow/topRight.gif);
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(../../gr/shadow/right.gif);
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(../../gr/shadow/bottomRight.gif);
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(../../gr/shadow/bottom.gif);
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(../../gr/shadow/bottomLeft.gif);
  } 

  td.shadow-left { width: 16px;
    background-image: url(../../gr/shadow/left.gif);
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(../../gr/shadow/topLeft.gif);
  }      

  td.shadow-center { 
	  background-color: white;
  }


