/* $Id: bplog.css,v 1.9 2001/08/30 06:45:00 seymour Exp $ */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #ADB4D3;
}
H1 {
	text-align: center;
	font-size: 16pt;
}
A {
	color: #0000EF;
	text-decoration: none;
}
A:visited {
	color: #55188A;
}
A:active {
	color: #FF0000;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}
TD {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: black;
}

/* bplog classes */
.bpdate {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.bpsubject {
	color: black;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
.bptime {
	color: black;
	font-size: 7pt;
	font-family: Verdana, sans-serif;
	font-style: italic;
}
.bpentry {
	color: black;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
}
.bpfooter {
	font-size: 7pt;
}
