body {
	font-family: Arial;
	font-size: 10pt;
	color: black;
}
td {
	font-family: Arial;
	font-size: 10pt;
	color: black;
}
p.heading {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
p.boxed {
	color: ff8c00;
	background-color: 1e90ff;
	font-weight: bold;
	font-size: 12pt;
}
p.boxed2 {
	color: ff8c00;
	background-color: 1e90ff;
	font-weight: bold;
	font-size: 10pt;
}
p.orange {
	color: ff8c00;
	font-weight: bold;
	font-size: 12pt;
}
a {
	color: 6495ed;
	text-decoration: none;
}
a:hover {
	color: red;
}
a.dark {
	color: 191970;
	font-weight: bold;
	text-decoration: underline;
}
h3.ulined{
	font-weight: bold;
	font-size: 14pt;
	text-decoration: underline;
}
li.strong{
	font-weight: bold;
	font-size: 12pt;
}