
/*
 BODY AND TABLE STYLE
*/

BODY
{
    font-family: Arial, Helvetica, Sans-Serif;
font-size: 1em;
}

BODY TR
	{    
	line-height:1.5em;
	font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.8em;
color: #000000;
; background-color: CCCC99
	}


/*
	HEADINGS
*/

BODY H1	
	{	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	}	

BODY H2 	
	{
	font-family: Arial, Helvetica, Sans-Serif;	
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
font-style: italic;
	}
			
BODY H3	{	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	}

	
/*
	HYPERLINKS
*/	
			
BODY A:link	
	{	
	text-decoration:	underline;
	color:	#666633;
	font-weight: bold;
	}	
BODY A:visited	
	{
	text-decoration:	none;
	color:	#666633;
	font-weight:bold;
	}		
BODY A:active	
	{ 
	text-decoration: none;
	color:	#666633;
	font-weight:bold;
	}			
BODY A:hover	
	{	
	text-decoration: underline;
	color:	#666633;
	font-weight:bold;
	}

BODY a.greynavigation:link 
	{
	color: #666666;
	text-decoration:	none; 
	}
BODY a.greynavigation:visited 
	{
	color: #666666; 
	text-decoration:	none;
	}
BODY a.greynavigation:active	
	{ 
	text-decoration: none;
	color:	#666666;
	font-weight:bold;
	}			
BODY a.greynavigation:hover	
	{	
	text-decoration: underline;
	color:	#ff3366;
	font-weight:bold;
	}

BODY a.pinknavigation:link 
	{
	color: #ff3366;
	text-decoration:	none; 
	}
BODY a.pinknavigation:visited 
	{
	color: #ff3366; 
	text-decoration:	none;
	}
BODY a.pinknavigation:active	
	{ 
	text-decoration: none;
	color:	#ff3366;
	font-weight:bold;
	}			
BODY a.pinknavigation:hover	
	{	
	text-decoration: underline;
	color:	#ff3366;
	font-weight:bold;
	}
h6 {  font-family: Arial, Helvetica, sans-serif; font-size: 0.8em}

