p, td, li	{
	font-family: Verdana, Arial, Helvetica, MS Sans Serif;
	font-size: 11px;
	}
h1 { 
	font-family: Tahoma, Arial, Helvetica, MS Sans Serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: rgb(0,0,102); 
	margin-bottom: -18;
	}
h2	{
	font-family: Tahoma, Arial, Helvetica, MS Sans Serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(0,0,102);
	margin-bottom: 0;
	}
h3	{
	font-family: Verdana, Arial, Helvetica, MS Sans Serif;
	font-size: 11px;
	}
h4	{
	font-family: Verdana, Arial, Helvetica, MS Sans Serif;
	font-size: 11px;
	}
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;
	}