body	{	margin			:	0px;	
	background:  #c0c0c0 url('dep2.gif') no-repeat fixed left bottom; }


b	{	font		:	14px Verdana, Arial, helvetica;
		font-weight		:	bold;
		font-style		: normal;
		color : Black;
}

strong	{	font		:	14px Arial, helvetica;
		font-weight		:	500;
		font-style		:	normal;
		color : #000000;
}		
em	{	font		:	13px Verdana, Arial, helvetica;
		font-weight		: 800;
		font-style		:	normal;
		color : Black;
}

li	{	font			:	16px Verdana, Arial, Helvetica;
		font-weight		:	normal;
		font-style		:	normal;
		color			: #000000;
}

p	{	font			:	14px 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			:	16px arial, helvetica;
		font-weight		:	normal;
		font-style		:	normal}

i	{	font			:	16px Arial, helvetica;
		font-weight		:	normal;
		color			: #000000;
		font-style		:	italic}

		
		
hr	{	color			: #000000;
}

table	{	font			:	16px Arial, helvetica;
		font-weight		:	normal;
		font-style		:	normal
}

th	{	font			:	13px Arial, helvetica;
		font-weight		:	600;
		vertical-align		:	bottom
		font-style		:	normal;
		color			: #000000;
}

td	{	font			:	14px 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			:	18px Arial, helvetica;
		margin-top		: 	0px;
		margin-bottom		: 	-1px;
		font-weight		:	bold;
		font-style		:	normal;
		color			: #000000;}

H6	{	font			:	16px 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;
		
		color			: blue;
}

a:visited	{
		font-weight		: normal;
		text-decoration		: nounderline;
		color			: blue;
}

a:active	{
		font-weight		: normal;
		text-decoration		: nounderline; 
		color			: blue;
}

a:hover	{font-weight		: normal;
		text-decoration		: underline overline;
		font-style			: Bold;
		color	:maroon;
		}