/* Example style sheet file (note how this comment was created) */

BODY	{background: #FFFFFF;
	 margin-top: 0;
	 font-family: 'Gill Sans', Arial, San-Serif;
	 font-size: 25px;
	 color: black;
	}
	
A	{color: #666666;
	 background: none;
	 font-weight: 13;
	 text-decoration: underline;}



A:visited	{color: #666666;
	 background: none;
	 font-weight: 13;
	 text-decoration: underline;}
	 
A:active	{color: #666666;
	 background: none;
	 font-weight: 13;
	 text-decoration: underline;} 

A:hover	{color: #666666;
	 background: none;
	 font-weight: 13}
	 

A.footer {font-family: 'Arial', san-serif;
	color: 000000;
	font-size: 8pt }


	 
P  {font-size: 8pt;
	color: black;
	font-family: 'Arial', san-serif}

td {font-family: 'Arial', san-serif;
	color: 000000;
	font-size: 10pt }
	
td.small {font-family: 'Arial', san-serif;
	color: 000000;
	font-size: 8pt }
	
li { color: #000000; }

table { background-repeat: no-repeat;}
