body	{	font			:	10pt Arial, Helvetica;
		color			: #00008B;
		font-style		:	normal;
		background		:	none;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

strong	{	font			:	10pt Arial;
		font-weight		:	bold;
		font-style		:	normal;

b	{	font-weight		:	bold;
		font-style		:	normal;
				font-weight		:	bold;
		font			:	10pt Arial;
		color: Navy;

li	{	font			:	10pt Arial;
		font-weight		:	normal;
		font-style		:	normal;
		color			: Black;
}

p	{	font			:	9pt Arial, Helvetica;
		font-weight		: normal;
		color			: #00008B;
		font-style		:	normal;
		background		:	none;
}

.smltxt		{font			:	6pt Arial, Helv, sans;
		word-spacing		:	0.4em
		font-weight		:	normal;
		color			: Maroon;
		font-style		:	normal;
		background		:	none}

br	{	{	font			: 10pt Arial, Helvetica;
		font-weight		:	normal;
		font-style		:	normal;
		color 				: #00008B;}

hr	{	color			:	maroon}

table	{	font			: 9pt Arial;
		font-weight		:	normal;
		font-style		:	normal;
			padding : 4;
			background-color : #FFF8DC;
}

th	{	font			:	10pt Arial;
		font-weight		:	bold;
		text-align		:	center
		vertical-align		:	bottom
		font-style		:	normal;
		background		:	olive;
		color			:	FFFFFF}

td	{	font			: 9pt Arial, Helvetica;
		font-weight		:	normal;
		font-style		:	normal;
		color 				: #00008B;
}

H1	{	font			:	20pt Impact, Arial Black, sans-serif;
		margin-top		: 	0px;
		margin-bottom		: 	-2px;
		font-weight		:	normal;
		font-style		:	normal;
		color			: Navy;
}

H2	{	font			: 18pt Arial Black, sans-serif;
		margin-top		: 	0px;
		margin-bottom		: 	-2px;
		font-weight		:	normal;
		font-style		:	normal;
		color			: Navy;
}

H3	{	font			:	16pt Arial; 
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: Navy;
}

H4	{	font			:	14pt Arial;
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: Navy;}

H5	{	font			:	12pt Arial;
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: Navy;}

H6	{	font			: 11pt Arial;
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: Navy;
}

ul li
	{
	list-style: none;
	list-style-type : 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		:	normal;
		text-decoration		:	underline;
		color			:	800040}

a:visited	{
		font-weight		: normal;
		text-decoration		:	underline;
		color			:	#0000A0}

a:active	{
		font-weight		: normal;
		text-decoration		:	underline;
		color			:	#DB006D}

a:hover	{
		background			: brown;
		font-weight		: normal;
		text-decoration		:	none;
		color			: White;
}

