BODY, TABLE, TD, CENTER, .NORMAL, .BGLB, .ERR, .TITLE, .LARGEB, .LARGE, .SMALL, .SMALLIT {
	font-family: Verdana, Arial, Geneva, Times New Roman, Helvetica;
	font-size: 10pt;
}
BODY {
	background-image: url(/db.gif);
	margin-left: 45px;
	margin-right: 10px;
	background-color: White;
}
.BGLB {
	background-color: Lightblue;
}
.ERR {
	color: red;
	font-weight: bold;
}
.TITLE {
	color: #006699;
	font-weight: bold;
	font-size: 17pt;
}
.LARGEB {
	font-weight: bold;
	font-size: 11pt;
}
.LARGE {
	font-size: 11pt;
}
.SMALL {
	font-size: 8pt;
}
.SMALLIT {
	font-style: italic;
	font-size: 8pt;
}
A { 
	color: #4667DE;
	text-decoration: underline;
}
A.HIDDEN { 
	color: #000000;
	text-decoration: none;
}
A:HOVER {
	color: #4667DE;
        background-color: D2E6FF;
	text-decoration: underline;
}