body	{	font			:	10pt Verdana, Arial;
		font-weight		:	normal;
		font-style		:	normal;
		margin			:	0px;	
		color			:	000000}

strong	{	font			:	11pt Verdana, Arial;
		font-weight		:	bold;
		font-style		:	normal;

b	{	font-weight		:	bold;
		font-style		:	normal;

li	{	font			:	8pt Verdana, Arial;
		font-weight		:	normal;
		font-style		:	normal;
		color			:	black}

p	{	font			:	10pt Verdana, Arial;
		font-weight		:	normal;
		color			:	black;
		font-style		:	normal;
		background		:	none}

.smltxt		{font			:	8pt Arial, Helv, sans;
		word-spacing		:	0.4em
		font-weight		:	normal;
		color			:	black;
		font-style		:	normal;
		background		:	none}

br	{	font			:	8pt Verdana, Arial;
		font-weight		:	normal;
		color			:	black;
		font-style		:	normal}

hr	{	color			:	maroon}

table	{	font			:	10pt Verdana, Arial;
		font-weight		:	normal;
		font-style		:	normal}

th	{	font			:	10pt Verdana, Arial;
		font-weight		:	bold;
		text-align		:	center
		vertical-align		:	bottom
		font-style		:	normal;
		background		:	olive;
		color			:	FFFFFF}

td	{	font			:	10pt Verdana, Arial;
		font-weight		:	normal;
		font-style		:	normal}

H1	{	font			:	20pt Impact, Arial Black, sans-serif;
		margin-top		: 	0px;
		margin-bottom		: 	-2px;
		font-weight		:	normal;
		font-style		:	normal;
		color			:	maroon}

H2	{	font			:	18pt Impact, Arial Black, sans-serif;
		margin-top		: 	0px;
		margin-bottom		: 	-2px;
		font-weight		:	normal;
		font-style		:	normal;
		color			:	olive}

H3	{	font			:	16pt Verdana, Arial; 
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	maroon}

H4	{	font			:	14pt Verdana, Arial;
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	olive;}

H5	{	font			:	14pt Verdana, Arial;
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	olive;}

H6	{	font			:	12pt Verdana, Arial;
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	olive}

ul li
	{
	list-style: 	square;
	}

ol li
	{
	list-style:	decimal;
	}	

ol, ul
	{
	margin-top: 	.75em;
	}

ol li, ul li
	{
	margin-top: 	.5em;
	}
	
ol p, ul p
	{
	margin-top: 	.5em;
	margin-bottom:	.75em;
	}

ol ul li
	{
	margin-left:	-.25in;	
	}

a:link	{
		font-weight		:	bold;
		text-decoration		:	underline;
		color			:	800040}

a:visited	{
		font-weight		:	bold;
		text-decoration		:	underline;
		color			:	#0000A0}

a:active	{
		font-weight		:	bold;
		text-decoration		:	underline;
		color			:	#DB006D}

a:hover	{
		background			:	99994D;
		font-weight		:	bold;
		text-decoration		:	underline;
		color			:	#FFFFFF}

