body {
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	background-color: rgb(255,255,255);
}

h1 {
color: rgb(0,0,0);
font-size: 14pt;
font-weight: bold;
}

h2 {
color: rgb(0,0,0);
font-size: 12pt;
font-weight: bold;
}

h2.red {
color: rgb(186,32,75);
font-size: 12pt;
font-weight: bold;
}

h3 {
color: rgb(0,0,0);
font-size: 10pt;
font-weight: bold;
}

h3.red {
color: rgb(186,32,75);
font-size: 10pt;
font-weight: bold;
}

p.footer {
color: rgb(255,255,255);
font-size: 8pt;
}

p.caption {
font-size: 8pt;
}

td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
}

a {
color: rgb(100,29,115);
}

a.nav {
color: rgb(255,255,255);
}