/*First we set some basics for the body */


P	
	{
	color			:	#000066;
	font-family		:	Arial, Helvetica, sans-serif;
/*	background		:	transparent;	*/
	font-size      		 :	12px;
	}	

TD	
	{
	color			:	#000066;
	font-family		:	Arial, Helvetica, sans-serif;
/*	background		:	transparent;	*/
	font-size      		 :	12px;
	}

LI	
	{
	color			:	#000066;
	font-family		:	Arial, Helvetica, sans-serif;
/*	background		:	transparent;	*/
	font-size      		 :	12px;
	}
	
UL	
	{
	color			:	#000066;
	font-family		:	Arial, Helvetica, sans-serif;
/*	background		:	transparent;	*/
	font-size      		 :	12px;
	}

		
/* next we set some heading sizes */
H1	{
	color			:	#000066;
	font-family		:	Arial, Helvetica, sans-serif;
/*	background		:	transparent;	*/
	font-size     	:	20px;	
	}

H2	{
	color			:	#9999CC; 
	font-family		:	Arial, Helvetica, sans-serif;
/*	background		:	transparent;	*/
	font-size     	:	18px;
	}

H3	{
	color			:	#000066; 
	font-family		:	Arial, Helvetica, sans-serif;
/*	background		:	transparent;	*/
	font-size      	:	16px;		
}

H4 	{
	color			:	#000066; 
	font-family		:	Arial, Helvetica, sans-serif;
/*	background		:	transparent;	*/
	font-size    	:	14px;
 	}

H5 	{
	color			:	#000066; 
	font-family		:	Arial, Helvetica, sans-serif;
/*	background		:	transparent;	*/
	font-size     	:	12px;
 
	}


/* The links styles sets the regular links, active, visited and hovered link styles. The comments keep netscape from turning the background color of transparent to black. */

A:link
	{
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	13px;
	color			:	#000066;
	text-decoration	:   none
/*	background		:	transparent;	*/
	}

A:visited
	{
	text-decoration		:	none;
	color			:	#003399;
/*	background		:	transparent;	*/
	}

A:active
	{
	text-decoration		:	none;
	color			:	#003399;
/*	background		:	transparent;	*/
	}

A:hover
	{       
	color			:	#006699;
/*	background		:	transparent;	*/
	}

