/*  Green Howards Style Sheet */

BODY	
	{
	background		:	#EEEEEE;
	font-family		:	Calibri, Arial, Sans-serif;
	font-size		:	10pt;
	font-weight		:	normal;

	}

#container	{width : 800px;padding : 0; margin : 0 auto; }

P
	{
	font-family		:	Calibri, Arial, Sans-serif;
	font-size		:	10pt;
	background		:	transparent;
	font-weight		:	normal;

	}


A:link	{
	font-family		:	Calibri, Arial, Sans-serif;
	font-size		:	10pt;
	font-weight		:	bold;
	color			:	#000099;
	background		:	transparent;
	}

A:hover
	{
	font-family		:	Calibri, Arial, Sans-serif;
	font-size		:	10pt;
	font-weight		:	bold;
	text-decoration		:	none;
	color			:	red;
	background		:	transparent;
	}

A:visited
	{
	font-family		:	Calibri, Arial, Sans-serif;
	font-size		:	10pt;
	font-weight		:	bold;
	text-decoration		:	none;
	color			:	#000099;
	background		:	transparent;
	}


strong	
	{
	font-family		:	Calibri, Arial, Sans-serif;
	color			:	#006600;
	font-weight		:	bold;
	font-size		:	10pt;
	font-style		:	italic;
	}

B	
	{
	font-family		:	Calibri, Arial, Sans-serif;
	color			:	#006600;
	font-weight		:	bold;
	font-size		:	10pt;
	}

EM	
	{
	font-family		:	Calibri, Arial, Sans-serif;
	color			:	black;
	font-weight		:	bold;
	font-size		:	10pt;
	font-style		:	normal;
	}
	
I	
	{
	font-family		:	Calibri, Arial, Sans-serif;
	color			:	#000000;
	font-weight		:	normal;
	font-size		:	10pt;
	font-style		:	italic;
	}	

TD
	{
	font-family		:	Calibri, Arial, Sans-serif;
	font-size		:	10pt;
	font-weight		:	normal;
	color			:	#000000;
	}


