P		{
	color: Black;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, 'Gill Sans', Geneva, sans-serif
}

H4		{
	color: Navy;
	font-size: 12pt;
	font-family: Times New Roman, Times, serif, Verdana, Arial, Helvetica, 'Gill Sans', Geneva, sans-serif
}
	H1		{
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, 'Gill Sans', sans-serif
}	
H2		{
	color: Black;
	font-size: 13pt;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, 'Gill Sans', sans-serif
}
		
H3		{
	color: Orange;
	font-size: 11pt;
	font-weight: bold;
	font-family: Helvetica, 'Gill Sans', Geneva, sans-serif
}


.logo	{color: #000000;
		font-weight: bold;
		font-size: 12pt;
		font-family: Arial, Helvetica, 'Gill Sans', Geneva, sans-serif}

.gray	{color: #999999;
		font-size: 8pt;
		font-family: Verdana, Arial, Helvetica, 'Gill Sans', Geneva, sans-serif}

.red 	{text-align: center;
		color: #990000;
		font-weight: bold;
		font-size: 9pt;
		font-family: Verdana, Arial, Helvetica, 'Gill Sans', Geneva, sans-serif}

A		{background: transparent;
		font-size: 9pt;
		font-family: Verdana, Arial, Helvetica, 'Gill Sans', Geneva, sans-serif}

A:link	{
	color: Navy;
	text-decoration: none
}

A:visited	{
	color: Blue;
	text-decoration: none
}

A:active	{
	color: Blue;
	text-decoration: none
}

A:hover	{
	color: Red;
	text-decoration: bold
}