p, td, li	{
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	}
h1 { 
	font-family: Tahoma, Helvetica; 
	font-size: 18pt; 
	font-weight: bold; 
	color: rgb(0,0,102); 
	margin-bottom: -15;
	}
h2	{
	font-family: Tahoma, Helvetica;
	font-size: 14pt;
	color: #000066;
	margin-bottom: -15
	}
h3	{
	font-family: Tahoma, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
	margin-bottom: -15
	}
h4	{
	font-family: Tahoma, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,0,102);
	margin-bottom: -15;
	}
A	{
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration: none;	
	border-color: #CCC;	
	border-style: none;	
	}
A:link	{
	text-decoration: none;
	color: rgb(51,102,204);
	}
A:visited {
	text-decoration: none;
	color: rgb(51,102,204);
	}
A:hover	{
	text-decoration: none;
	background: yellow;
	color: rgb(51,102,204);
	}
A:offsite {
	text-decoration: none;
	font-weight: bold;
	color: #F60;
	}