body {		background-color: white; 
		color: black; 
		font-family: Verdana, Arial, Helvetica; 
		font-size: 9pt;
		line-height: 14pt; }

h3 { 		font-size: 10pt; 
		font-weight: bold; 
		margin-top: 20pt; 
		margin-bottom: 12pt }

h4 { 		font-size: 10pt; 
		font-weight: bold; 
		margin-top: 20pt; 
		margin-bottom: 3pt }

h5 { 		font-size: 10pt; 
		font-weight: bold; 
		margin-top: 0pt; 
		margin-bottom: 3pt }

p { 		margin-top: 6pt; 
		margin-bottom: 6pt }

ul { 		margin-top: 4pt; 
		margin-bottom: 4pt }

li { 		margin-top: 3pt; 
		margin-bottom: 3pt }

a { 		text-decoration: none; 
		color: blue }

a:hover { 	text-decoration: underline; 
		color: purple }

hr { 		margin-top: 6pt; 
		margin-bottom: 0pt }

table { 	font-size: 8pt; 
		margin-top: 12pt; 
		margin-bottom: 12pt; 
		border-spacing: 0px; 
		border: 0px ; 
		border-collapse: collapse }

th { 		font-size: 8pt; 
		vertical-align: middle; 
		padding-top: 2pt; 
		padding-bottom: 2pt; 
		border: 0px }

td {		font-size: 8pt; 
		line-height: 11pt;
		vertical-align: top; 
		border: 0px ; padding: 2px }

td.tiny {	font-size: 7pt; 
		line-height: 8pt;
		border: 0px ; padding: 0px }

td.mid {	font-size: 8pt; 
		line-height: 11pt;
		vertical-align: middle; 
		border: 0px ; padding: 2px }
