H1 { 	color: red; 
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 10pt; 
		font-weight: bold; 
		line-height: 12pt;
		margin-bottom: 1px;
		margin-top: 15px; }

H2 {	color: white;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 10pt;
		margin-bottom: 0px;
 }

 H3 { 	color: #330099; 
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 8pt; 
		font-weight: bold; 
		line-height: 12pt;
		margin-bottom: 1px;
		margin-top: 1px; }
 
H2 A:link {
	color: White;
	text-decoration: none;
}

H2 A:visited {
	color: White;
	text-decoration: none;
}
		
H2 A:hover	{
	color:white;
	background-color: #330099;
	text-decoration:underline;
}

A:link {
	color: blue;
	text-decoration:underline;
}

A:visited {
	color: blue;
	text-decoration:underline;
}
		
A:hover	{
	color: red;
	text-decoration:underline;
}
		
p {	color: black;
		font-family: Verdana, san-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 1.3;
		margin-bottom: 2px;
		margin-top: 0px; }
		
p.quote {
color: black;
		font-family: Verdana, san-serif;
		font-size: 8px;
		font-weight: normal;
		line-height: 1.3;
		margin-bottom: 2px;
		margin-top: 0px; 
		text-align: right;}




