html, body { 
height: 100%;
width: 100% ;
margin: 0; 
padding: 0; 

}

.navlinks{
      text-decoration:none;
}

.bodyText{
	font-family:arial;
	font-size:12px;
  }  
.navlinks{
      color:#000000;
      text-decoration:none;
      font-weight:bold;
      font-family:arial;
}
.navlinksLeft{
      color:#ffffff;
      text-decoration:none;
      font-weight:bold;
      font-family:arial;
}
.navlinks:HOVER{
    color:#000000;
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    font-family:arial;
  }
  .navlinksLeft:HOVER{
    color:#000000;
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    font-family:arial;
  }
  .top_nav_highlighted{
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    font-family:arial;
  }
  .top_nav_highlighted:HOVER{
    color:#FFFFFF;
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    font-family:arial;
  } 
.left_nav_highlighted{
    color:#FFDF21;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    font-family:arial;
  }
  .left_nav_highlighted:HOVER{
    color:#FFDF21;
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    font-family:arial;
  } 
  
  .boldHead{
    font-family:arial;
    font-weight:bold;
  }
  .bigBoldHead{ 
    font-family:arial;
    font-weight:bold;
    font-size:15;
  }  
  	
.printingArea {
      display: none;
    }
  
 @media print {
    
    .hideMe {
      display: none;
    }
    	
    .printingArea {
    display: block;
    }

.hideMe {      display: none;
}