              
   body {
  margin:0 0 0 0; 
  background-color:003366;
}

 acronym {
      border-bottom:1px #000000 dotted;
    }
    
    H1 {
      font-family:Times;
      font-size:1.5em;
      color:#084DA1;
      text-decoration:none;
      font-weight:normal;
    }
    
    H2 {
      font-family:Times;
      font-size:1.0em;
    }
    
    H3 {
      font-family:Times;
      font-size:1.3em;
      color:#084DA1;
      text-decoration:none;
      font-weight:normal;
    }
	
     .TimesBlue {
      font-family:Times New Roman;
      font-size:.95em;
	  color:#313C95;
    }
	
	 .TimesBlueBold {
      font-family:Times New Roman;
      font-size:1em;
	  color:#313C95;
	  font-weight:bold;
    }
           
  
	
		
     A.TahomaLeftNav {
      font-family:Tahoma;
      font-size:.8em;
      text-decoration:none;
      font-weight:bold;
      color:black;
	  
    }
	
     A.TahomaLeftNav:HOVER {
      font-family:Tahoma;
      font-size:.8em;
      color:#1C5389;
      text-decoration:underline;
      font-weight:bold;
	  
    }
    
     A.TahomaLeftSubNav {
      font-family:Tahoma;
      font-size:.8em;
      text-decoration:none;
      font-weight:bold;
	    color:#336699;
	  
    }
	
      A.TahomaLeftSubNav:HOVER {
      font-family:Tahoma;
      font-size:.8em;
      color:#1C5389;
      text-decoration:underline;
      font-weight:bold;
	  
    }
    
    .TahomaLeftNav_highlighted {
      font-family:Tahoma;
      font-size:.8em;
      color:#1C5389;
      text-decoration:underline;
      font-weight:bold;
	  
    }
	
     .TahomaLeftNav_highlighted:HOVER {
      font-family:Tahoma;
      font-size:.8em;
      color:#1C5389;
      text-decoration:underline;
      font-weight:bold;
	  
    }
    
    .TahomaLeftSubNav_highlighted {
      font-family:Tahoma;
      font-size:.8em;
      color:#777777;
      text-decoration:underline;
      font-weight:bold;
	  
    }
	
	  .TahomaLeftSubNav_highlighted:HOVER {
      font-family:Tahoma;
      font-size:.8em;
      color:#1C5389;
      text-decoration:underline;
      font-weight:bold;
	  
    }

 A.TahomaLeftTriNav {
      font-family:Tahoma;
      font-size:.75em;
      text-decoration:none;
      font-weight:bold;
	    color:#336699;
	  
    }
	
      A.TahomaLeftTriNav:HOVER {
      font-family:Tahoma;
      font-size:.75em;
      color:#1C5389;
      text-decoration:underline;
      font-weight:bold;
	  
    }

.TahomaLeftTriNav_highlighted {
      font-family:Tahoma;
      font-size:.75em;
      color:#777777;
      text-decoration:underline;
      font-weight:bold;
	  
    }
	
	  .TahomaLeftTriNav_highlighted:HOVER {
      font-family:Tahoma;
      font-size:.75em;
      color:#1C5389;
      text-decoration:underline;
      font-weight:bold;
	  
    }
            
    INPUT.btn {
       background:#dcdcdc;
       color:#000000;
       padding:2;
       border:1px outset;
       font-family:Tahoma;
       font-size:.75em;
       width:60;
    }
    
    
    .printingArea {
      display: none;
    }
    
.navButton{
display:block;
cursor:hand;
width:130px;
padding: 0px 5px;
background-color:#E2EEF2;
border-top:2px #000000 solid;
border-left:2px #000000 solid;
border-bottom:2px #000000 solid;
border-right:2px #000000 solid;
color:#000000;
font-size:.9em;
font-family:arial;
font-weight:bold;
text-decoration:none;
}

.goButton{
display:block;
cursor:hand;
padding: 0px 5px;
font-size:.9em;
font-family:arial;
font-weight:bold;
text-decoration:none;
}

.controlPanel {
border-left:2px #999999 solid;
border-bottom:2px #999999 solid;
border-right:2px #999999 solid;
border-top:2px #999999 solid;
background-color:#FFFFF1;
}
.titleBar {
border-left:1px #666666 solid;
border-bottom:1px #666666 solid;
border-right:1px #666666 solid;
border-top:1px #666666 solid;
background-color:#BECAC7;
color:#000000;
font-size:.9em;
font-family:arial;
padding:1px 3px;
font-weight:bold;
}


.mainFont {
font-family:times;
font-size:.9em;
color:#003366;
}

.disclaimer{
font-family:arial;
font-size:.75em;
color:#003366;
font-weight:bold;
}


.bodyFont{
font-family:arial;
font-size:.9em;
color:#003366;
}


.boldFont {
font-family:arial;
font-size:.9em;
color:#003366;
font-weight:bold;
}

.italicFont {
font-family:arial;
font-size:.9em;
color:#003366;
font-style:italic;
}

.headingFont {
font-family:arial;
font-size:1.1em;
color:#003366;
font-weight:bold;
}
  

  @media print {
    
    .leftCell {
      display: none;
    }
    
    .rightCell {
      display: none;
    }
    
    .topNav {
      display: none;
    }
	
    .printingArea {
    display: block;
    }
  }
