
P{ 
	font-family : arial, verdana, sans-serif;
	font-size : 14px;

}
H1 { 
	font-family : arial, verdana, sans-serif; 
	font-weight : bold; 
	font-size : 18px; 
	color : blue;
	background-color : transparent;
	}
H2 { 
	font-family : arial, verdana, sans-serif; 
	font-weight : bold; 
	font-size : 16px; 
	color : black;
		background-color : transparent;
	}
H2.byline { 
  	font-style : italic; 
	color : red;  
	  }
H3 {
  	font-family: arial, verdana, sans-serif; 
	  font-weight: bold; 
	  font-size: 14px; 
	  color: blue;	
	  background-color : transparent;}

UL.check { list-style-image : url(graphics\check.gif);}

LI {
  	font-size : 14px;
  }


.tiny { 
  	font-family : arial, verdana, sans-serif; 
	  font-size : 10px; 
	  color : blue;
	  		background-color : transparent;
	  }


TD{
   font-family : arial, verdana, sans-serif;
  
}
	
TD.navigation {
  	background: url(graphics\button1.GIF);
	height : 36px;
	width : 121px;
	text-align : center;
	vertical-align : middle;
	

}


a:link { 
    color: #0000FF; 
    background-color:transparent;
    text-decoration: none; 
    font-weight: bold; 
    font-style: normal; 
    font-family : arial, verdana, sans-serif;
    font-size : 14px;
} 
a:visited { 
    color: #0000FF; 
    text-decoration: none; 
    background-color: transparent; 
    font-weight: bold; 
    font-style: normal; 
    font-family : arial, verdana, sans-serif;
    font-size : 14px;
} 
a:hover { 
    color: #00FF00; 
    text-decoration: none; 
    background-color: transparent; 
    font-weight: bold; 
    font-style: normal; 
    font-family : arial, verdana, sans-serif;
    font-size : 14px;
} 
a:active { 
    color: #FF0000; 
    text-decoration: none; 
    background-color: transparent; 
    font-weight: bold; 
    font-style: normal; 
    font-family : arial, verdana, sans-serif;
    font-size : 14px;
    }