/* CSS Document */

p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	line-height: 10pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0065A5;
	line-height: 12pt;
	font-weight: bold;
	font-size: 11pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 10pt;
	font-weight: bold;
	font-size: 10pt;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	line-height: 10pt;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	background-color: #0065A5; 
}
