

b	{	font		:	12px Verdana, Arial, helvetica;
		font-weight		:	bold;
		font-style		:	normal;
		color : Black;
}
		
em	{	font		:	12px Verdana, Arial, helvetica;
		font-weight		:	600;
		font-style		:	normal;
		color : Black;
}

li	{	font			:	11px Verdana, Arial, Helvetica;
		font-weight		:	normal;
		font-style		:	normal;
		color			: #000000;
}

p	{	font			:	12px Verdana, Arial, Helvetica;
		font-weight		:	normal;
		color			: #000000;
		font-style		:	normal;
		background		:	none;
}

.smltxt		{font			:	8px Arial, Helv, sans;
		word-spacing		:	0.4em
		font-weight		:	normal;
		color			:	ffffff;
		font-style		:	normal;
		background		:	none}

br	{	font			:	11px arial, helvetica;
		font-weight		:	normal;
		font-style		:	normal}

i	{	font			:	11px Arial, helvetica;
		font-weight		:	normal;
		color			: #000000;
		font-style		:	italic}

		
		
hr	{	color			: #000000;
}

table	{	font			:	11px Arial, helvetica;
		font-weight		:	normal;
		font-style		:	normal
}

th	{	font			:	12px Verdana, Arial, helvetica;
		font-weight		: 600;
		vertical-align		:	bottom
		font-style		:	normal;
		color			: #000000;
}

td	{	font			:	12px Verdana, Arial, Helvetica;
		font-weight		: normal;
		font-style		:	normal;
}

H1	{	font			:	28px arial, helvetica;
		margin-top		: 	0px;
		margin-bottom		: 	-2px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: #000000;
}

H2	{	font			:	26px arial, helvetica;
		margin-top		: 	0px;
		margin-bottom		: 	-2px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: #000000;
}

H3	{	font			:	24px Arial, helvetica; 
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: #000000;
}

H4	{	font			:	20px Arial, helvetica;
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: #000000;
}

H5	{	font			:	17px Arial, helvetica;
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: #000000;}

H6	{	font			:	18px arial, helvetica;
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: #000000;
}

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		: normal;
		text-decoration		: underline;
		color			: blue;
}

a:visited	{
		font-weight		: normal;
		text-decoration		: underline;
		color			: #0000ff;
}

a:active	{
		font-weight		: normal;
		text-decoration		: underline overline;
		color			: gray;
}

a:hover	{font-weight		: normal;
		text-decoration		: underline overline;
		color	: maroon;
		}


