	a:link, a:visited, a:active 
	{
		color: navy;
		text-decoration: none;
		font-size:12.0pt;
		font-family: "Comic Sans MS";
	}
	a:hover {
		color: black;
		text-decoration: none;
	  font-size:12.0pt;
		font-family: "Comic Sans MS";
  }
  
  td
  {
  	font-family: "Comic Sans MS";
  	color: navy; 
  	font-size: 18px;
  	text-align: justify;
  }
  
  .headline
  {
    text-align: justify;  
    font-size: 22px;
    font-weight: bold;
  }
  
  .headline_center
  {
    text-align: center;  
    font-size: 24px;
    font-weight: bold;
    text-decoration:underline;
  }
  
  .headline_start
  {
  	color: maroon;
  	font-size: 36px;
  	font-weight: bold;
  	text-align: center;
  }
  
  .footline_right
  {
    font-size:12.0pt;
  	color: maroon;  	
  	text-align: justify;
  }
  
  .footline_center
  {
    font-size:12.0pt;
  	color: maroon;  	
  	text-align: center;
  }
  
  .footline
  {
    font-size:12.0pt;
  	color: maroon;  	
  }
  .footline_bold
  {
    font-size:12.0pt;  
    font-weight: bold; 	
    color: maroon;
    text-align: justify;
  }
  .footline_small
  {
    font-size:10.0pt;
  	color: maroon;
  	text-align: right;

  }
  
  .naviborder
  {
  	border-right-color:navy; 
  	border-width:0px 1px 0px 0px;
  	border-style:solid;
  	vertical-align:top;
  }