
BODY {
	font-family: sans-serif;
	font-size: 9pt;
	color: #000000;
}
H1 {
	font-size: 16pt;
}
H2 {
	font-size: 14pt;
	}
H3 {
	font-size: 12pt;
	}
H4 {
	font-size: 10pt;
	}
A {
	color: #0000EF;
	text-decoration: none;
}
A:visited {
	color: #55188A;
}
A:active {
	color: #FF0000;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}
TD {
	font-family: sans-serif;
	font-size: 9pt;
	color: black;
}

/* bplog classes */
.bpdate {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	font-family: sans-serif;
}
.bpsubject {
	color: black;
	background-color: #0070ff;
	font-size: 10pt;
	font-weight: bold;
	font-family: sans-serif;
}
.bptime {
	color: black;
	font-size: 10pt;
	font-family: sans-serif;
	font-style: italic;
}
.bpentry {
	color: black;
	font-size: 9pt;
	font-family: sans-serif;
}
.bpfooter {
	font-size: 7pt;
}
