/* This style sheet was developed by qpublic.net on 8 Sept 2001 */
/* Copyright 2001 qpublic.net			                        */

BODY		{ background-color: white  }
P			{ font-family: Verdana, Arial, helvetica;
		  font-size: 10pt;
		  color: black }
A:link		{ font-family: Verdana, Arial, helvetica;
		  font-size: 10pt;
		  color: blue;
		  font-weight: bold;
		  text-decoration: none }
A:visited	{ font-family: Verdana, Arial, helvetica;
		  font-size: 10pt;
		  color: blue;
	 	  font-weight: bold;
		  text-decoration: none }
A:active	{ font-family: Verdana, Arial, helvetica;
		  font-size: 10pt;
		  color: blue;
	  	  font-weight: bold;
		  text-decoration: none }
A:hover 	{ color: red; }


