
 a {
 color: #DE0018;
 }
 A.menulink {
 display: block;
 width: 110px;
 text-align: center;
 text-decoration: none;
 font-family:Arial;
 font-size:16px;
 font-weight: bold; 
 color: white;
 border: solid 1px #999999;
 background-color: #DE0018;
 padding-top: 20px;
 padding-bottom: 20px;
 }

 .menuSpan {
 width: auto;
 text-align: center;
 font-size:11pt;
 font-weight: bold;  
 }

 a:hover.menulink {
 border: solid 1px black;
 color: black;
 background-color:white;
 }
 
 P {
 font-family:Verdana;
 font-size: 10pt;
 text-align: justify;
 width: 800px;
 }
 P.footer {
 font-size: 8pt;
 }
 
 H1 {
 color: black;
 font-family:Verdana;
 font-size: 12pt;
 text-align: left;
 width: 800px;
 }
 
 H2 {
 color: black;
 font-family:Verdana;
 font-size: 10pt;
 font-weight: bold; 
 text-align: left;
 width: 800px;
 }
 H3 {
 color: black;
 font-family:Verdana;
 font-size: 10pt;
 font-weight: bold; 
 text-align: left;
 width: 800px;
 }
 
 TD {
 font-family:Verdana;
 font-size: 10pt;
 text-align: justify;
 vertical-align: top;
 }
