BODY
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
	color: Navy;
	text-indent: 30px;
}

H1, H2, H3
{
	color: #3366FF;
}
H1	{	
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	}	
		
H2	{	
	font-size:	1.5em;
	font-weight:	700;
	font-style:	normal;
	}	
		
H3	{	
	font-size:	1.0em;
	font-weight: 700;
	font-style:	normal;
	}	

A:link
{
	color: Blue;
	text-decoration: underline;
}	
		
A:visited, active
{
	color: #B22222;
	text-decoration: underline;
}	
		
A:hover
{
	color: Green;
	text-decoration: underline;
}

.updated
{
	font-weight: normal;
	font-size: 9pt;
}

.greeting
{
	font-size: 14pt;
}

.committee
{
	font-size: 14pt;
	font-style: italic;
	text-decoration: underline;
}

.footer2
{
	font-size: 8pt;
}