body { 
	background-color: rgb(255,255,255); 
	margin-left: 10px; 
}

h1 { 
	font-family: Arial, Helvetica; 
	font-size: 14pt; 
	text-align: center; 
	color: rgb(255,255,255); 
	font-variant: small-caps; 
	background-color: rgb(0,0,128); 
	padding: 6px;
	width: 100%;
}
h2 { 
	font-family: Arial, Helvetica; 
	font-size: 14pt; 
}

h3 {
	font-family: Arial, Helvetica;
	font-size: 12pt; 
}

h4 { 
	font-family: Arial, Helvetica;
	font-size: 11pt; 
}

div, p, ol, ul, li, blockquote, tr, td, dl, dt, dd  { 
	font-family: Arial, Helvetica; font-size: 11pt; 
}

address { 
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
 
p.question {
	font-size: 11pt;

}
h5 { font-family: Arial, Helvetica; font-size: 10pt; font-style: normal; font-weight: normal; text-align: right; color: rgb(128,128,128) }
h6 { font-family: Arial, Helvetica; font-size: 9pt; padding-top: 6px; padding-bottom: 3px }
