/* 
 *  $Id: menu.css,v 1.3 2001/07/17 14:14:03 ses Exp $
 *
 *  menu.css: Marc's menu style 
 *
 */

BODY {
  font-family: helvetica, arial, verdana, sans-serif;  
  font-size: 12pt  /* medium */
}

A.menu:link { color: red }
A.menu:hover { color: red }
A.menu:active { color: green; font-weight: bold }
A.menu:visited { color: #202020 }
  
TH.menu { 
  color: #000000;  background-color: #ffffff;
  font-family: helvetica, sans-serif;  font-size: 18pt
}

TD.menu { 
  color: #000000;  background-color: #ffffff;
  font-family: helvetica, sans-serif;  font-size: 18pt;
  text-align: center
}


/* navigation bar */

TH.nav { 
  color: #ffffff;
  font-family: helvetica, sans-serif;  font-size: 14pt
}

TD.nav { 
  color: #ffffff;  
  font-family: helvetica, sans-serif;  font-size: 14pt;
  text-align: left
}

TD.nav1 { 
  color: #ffffff;  
  font-family: helvetica, sans-serif;  font-size: 14pt;
  text-align: left
}


A.nav:link { 
  color: #ffffff;
  font-weight: bold;
  font-family: helvetica, sans-serif;  font-size: 12pt;
  text-align: left
}

A.nav:hover { 
  color: #afafff;
  font-weight: bold;
  font-family: helvetica, sans-serif;  font-size: 12pt;
  text-align: left
}

A.nav:active { 
  color: green; font-weight: bold 
  font-family: helvetica, sans-serif;  font-size: 12pt;
  text-align: left
}

A.nav:visited { 
  color: #ffffff;
  font-weight: bold;
  font-family: helvetica, sans-serif;  font-size: 12pt;
  text-align: left
}

SPAN.logo {
  color: #384044;
  font-weight: bold;
  font-style: normal;
  font-family: helvetica, sans-serif
}


SPAN.logored {
  color: #a52034;
  font-weight: normal;
  font-style: normal;
  font-family: helvetica, sans-serif
}


SPAN.link {
color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: helvetica, sans-serif
}


SPAN.linkred {
color: #a52034;
  font-weight: normal;
  font-style: normal;
  font-family: helvetica, sans-serif
}
