/*----HTML Structural Elements--------------------------------------------------*/
  
  body{
    font:11pt/150% arial, verdana, Helvetica, sans-serif;
    width: 100%;
  }

  
  .title{
    font-size:2.0em;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #094D8E; 
    font-weight: bold;
  }
  
  h1{
    font-size:1.7em;
    padding-bottom:5px;
    margin-bottom:5px;
    text-transform: uppercase;
  }
	
  h2{
    font:bold 1.4em/125% arial, verdana, Helvetica, sans-serif;
    margin-bottom: 0px;
    padding:0;      
  }
  
  h3{
    font-size:1.2em;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0px;
    padding:0;      
  }
  
  h4{
    font-size:1.4em;  
  }
	
  a{
    text-decoration:underline;
  }
  
  #utilities, .screen, #footer, .calendarMenu {
    display: none;
  }
  
  div.homeReplace {
  	display: none;
  }
  
  .tablecalendar td p{
  	padding: 0px 0px 6px 0px;
  	margin: 0px;
  	font-size: 1.0em;
  	line-height: 1.0em;
}