
/***************************************************************
* body
***************************************************************/

body
{
  background-color: #f0f0f0;
  font-family : verdana, arial, sans-serif ;
  font-size: 80%;
  color: #000000; 
}

/***************************************************************
* td
***************************************************************/

td.border 
{
  background-color: #555588;
}

td.tab
{
  background-color: #eeeeff;
  text-align: center;
  font-size: 75%;
}

td.atab
{
  font-weight: bold;
  font-size: 75%;
  background-color: #ffffff;
  text-align: center;
}

a.tab 
{
  text-decoration : none;	
}

td.footer
{
  color: #404040;
  text-align: right;
  font-size: 70%;
}


td.photoBorder
{
  background-color: #404040;
}

td.photoNav
{
  color: #404040;
  background-color: #c0c0c0;
  font-weight: bold;
  font-size: 70%;
}

a.photoNav
{
  color: #404040;
  text-decoration : none;	
}

