P, TD, UL {
	color: #FE9;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
}

H1 {  
	font-family: arial, helvetica, verdana; 
	font-size: 24px;
	font-weight: bold; 
	color: #FC6; 
}

H2 {  
	font-family: arial, helvetica, verdana; 
	font-size: 20px;
	font-weight: bold; 
	color: #FC6; 
}

H3 {  
	font-family: arial, helvetica, verdana; 
	font-size: 18px;	
	font-weight: bold; 
	color: #C93; 
}

H4 {  
	font-family: arial, helvetica, verdana; 
	font-size: 16px; 
	font-weight: bold; 
	color: #C93; 
}


A:link {
	text-decoration: underline;
	color: #C90;
}

A:visited {
	text-decoration: underline;
	color: #C90;
}

A:active, A:hover	{
	text-decoration: underline;
	color: #FC0;
}


.small {  
	font-size: 8pt; 
}


.copy { 
	font-size: 8pt; 
	font-family: times, serif;
	color: #FC6; 
	text-align: center;
}


