p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
	font-size: 9pt;
	text-transform: uppercase;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
a:link {
	text-decoration: underline;

}
a:hover {
	text-decoration: underline;
	color: #336699;

}
a {
	text-decoration: underline;
	color: #0000FF;
}
.question {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	font-size: 10pt;
}
.answer {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	font-size: 10pt;
	text-transform: uppercase;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}