BODY, TD {
	font-family: Trebuchet MS,Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
        color: black;
        background-color: #EEEEF3;
}
H1 {
	text-align: center;
	font-size: 16pt;
        margin: 0px;
}
H6
{
	font-size: 7pt;
	font-style: italic;
        margin: 0px;
	text-align: center;
}

A {
        color: #772222;
	text-decoration: none;
}
A:visited {
	color: #773333;
}
A:active {
	color: red;
}
A:hover {
	color: red;
	text-decoration: underline;
}
TD {
	font-size: 8pt;
}
.sideline {
	color: #545454;
}
.footer {
	font-size: 7pt;
}

/* bplog classes */
.bpdate {
	color: black;
	font-size: 10pt;
	font-weight: bold;
}
.bpsubject {
	color: black;
        background: #E5E5E9;
	font-size: 10pt;
	font-weight: bold;
}
.bptime {
	color: black;
	font-size: 7pt;
}
.bpentry {
	color: #222222;
	font-size: 9pt;
}
