/* Style sheet for All */

	body {font-size: smaller;
		  font-family: Comic Sans MS, Arial, Times New Roman; 
		  color: navy; 
		  background: #FFFFE6;
		  }
	a{ text-decoration: None ;
		font-weight: 300; }
	a:link {color: blue;}
	a:visited {color: blue;}
	a:active {color: red;}
	a:hover {color: red;}

	tr.decoration img {display: block;}
	td img.decoration {display: block;}

	p.dropText { font-size: x-large; font-weight: bold; float: left;}
	p.justify { text-align: justify; }
	p.breakhere {page-break-before: always}
	div.justify { text-align: justify; }	  
	div.dropText { font-size: x-large; font-weight: bold; float: left;}

	h1 {font: 20pt Comic Sans MS, Arial, Helvetica, Times New Roman;
			font-weight: bold; }
			
	h2 {font: 14pt Comic Sans MS, Arial, Helvetica, Times New Roman;
		font-weight: bold; }
		
	h3 {font: 10pt Comic Sans MS, Arial, Helvetica, Times New Roman;
		font-weight: bold; }
		
	h6 {font: 8pt Comic Sans MS, Arial, Times New Roman;
		font-weight: bold; }


/* 
Updated 12/07/2002
*/