/* CSS Document */

.header {
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  color: #000000;
  }

.MenuHeading {
  font-size: 12pt;
  font-family: Arial;
  color: #0000FF;
  font-weight: bold;
  }
  
.pageTitle {
  font-size: 14pt;
  font-family: Times New Roman;
  font-weight: bold;
  color: #0000ff;
  }  

.MenuEntry {
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
  color: #0000ff;
  }

.standardArial {
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
  color: #000000;
  }
  
.standardTimes {
  font-size: 12pt;
  font-family: Times New Roman;
  font-weight: normal;
  color: #000000;
  }

A {
  font-size: 11pt;
  font-family: Arial;
  text-decoration: none;
  }

A:hover {
  text-decoration: underline;
  } 
