/* Layout Stylesheet */ 

body {
      font-family: arial; sans-serif;
      background: #ECF0F7;
     }
     
td {
      font-family: arial; sans-serif;
      font-size: 11pt;
     }

h1 {
 font-family: arial; sans-serif;
 font-size: 24pt;
 font-weight: bold;
 color:#FFFFFF;
 }
 
h2 {
 font-family: arial; sans-serif;
 font-size: 14pt;
 font-weight: bold;
 color:#000000; 
 text-align:center;
 }
 

#mnu {
 font-family: arial; sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color: #003F7D;
 text-decoration:none;
}

#mnu a {
text-decoration:none;
font-size: 10pt;
font-weight: bold;
color: #003F7D;
}

#ftr {
 text-align: center;
 FONT-SIZE: 9pt;
 clear: both;
 color: #000000;
 background-color: #00CACA;
 width:800px;
 }