body	{font			:	10pt Verdana, Arial;
		font-style		:	normal;
		margin			:	5px;	
		color			:	000000}

b	{	font-weight		:	bold}

big	{	font-weight		:	bold;
		font-style		:	normal}

strong	{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}

th	{	font			:	10pt Verdana, Arial;
		font-weight		:	bold;
		text-align		:	center
		vertical-align	:	bottom
		font-style		:	normal;
		background		:	White;
		color			:	FFFFFF}

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			:	White}

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;
		background		:	DAE1D1;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	White;}

H5	{	font			:	14pt Verdana, Arial;
		margin-top		: 	0px;
		margin-bottom	: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	White;}

H6	{	font			:	12pt Verdana, Arial;
		margin-top		: 	0px;
		margin-bottom	: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	White}

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			:	#E9EDE4}
a:hover	{
		font-weight		:	bold;
		text-decoration		:	none;
		color			:	white}

a:visited	{
		font-weight		:	bold;
		text-decoration		:	underline;
		color			:	#E9EDE4}

a:active	{
		font-weight		:	bold;
		text-decoration		:	underline;
		color			:	#E9EDE4}
