BODY {
	font-family: arial ;
	font-weight: normal ;
	font-size: 14pt ;
	color: #000000 ;
}


H3 { 
	font-family: letter gothic MT ;
	font-weight: bold ;
	font-size: 20pt ;
	color: #000000 ;
}


H4 { 
	font-family: letter gothic MT ;
	font-weight: bold ;
	font-size: 18pt ;
	color: #000000 ;
}

H5 { 
	font-family: letter gothic MT ;
	font-weight: bold ;
	font-size: 14pt ;
	color: #000000 ;
}


p { 
	font-family: arial ;
	font-weight: regular ;
	font-size: 9pt ;
	color: #000000 ;
	
	
ul {
	display: block ;
	font-family: arial ;
	font-weight: regular ;
	font-size: 9pt ;
	color: #000000 ;
	list-style-type: square ;
}

li {
	display: block ;
	font-family: arial ;
	font-weight: regular ;
	font-size: 9pt ;
	color: #000000 ;
	list-style-type: square ;
}

td {
	font-family: arial ;
	font-weight: regular ;
	font-size: 9pt ;
	color: #000000 ;
	
}

/* begin link */
A { 
	font-family: arial ;
	font-weight: regular ;
	font-size: 9pt ;
	text-decoration: none ;
	color: #000000 ;
}

A:visited { 
	font-family: arial ;
	font-weight: regular ;
	font-size: 9pt ;
	text-decoration: none ;
	color: #000000 ;
}
A:hover	{
	font-family: arial ;
	font-weight: regular ;
	font-size: 9pt ;
	text-decoration: underline ;
	color: #000000 ;
}
/* end link */
