
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #1073FF;
}
H1 {
	text-align: center;
	font-size: 24pt;
}
H2 {
	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: 12pt;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.bpsubject {
	color: black;
	font-size: 16pt;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
.bptime {
	color: black;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	font-style: italic;
}
.bpentry {
	color: black;
	font-size: 12pt;
	font-family: Verdana, sans-serif;
}
.bpfooter {
	font-size: 10pt;
}
.bordercell {
	color: black;
	border: 5px;
	padding: 3px;
	display: block;
	background-color: #000;
}
.bordercontent {
	background-color: #FFF;
}
.sidebarcell {
	color: black;
	border: 3px;
	padding: 2px;
	display: block;
	background-color: #000;
}
.sidebarcontent {
	background-color: #00FFFF;
}

.bodytext         { font-family: Arial; font-size: 9pt; color: #000000; text-align: center; 
               line-height: 125%; margin: 10   }
			   
