<style>
P  {
	font-family : Arial;
	font-size : 10pt;
}
BODY  {
	font-size : 10pt;
	font-family : Arial;
	color : black;
}
a {
	color : 004B84;
	text-decoration: underline;
}
a:hover {
	color : FFE01A;
	text-decoration: none;
}
.btext  {
	font-size : 10pt;
	font-family : Arial;
	color : black;
}
.btext2  {
	font-size : 8pt;
	font-family : Arial;
	color : black;
}
.bltext  {
	font-size : 10pt;
	font-family : Arial;
	color : #004B84;
}
.wtext  {
	font-size : 9pt;
	font-family : Arial;
	font-weight : bold;
	color : white;
}
.wlink {
	color : FFFFFF;
	text-decoration: none;
	font-weight : bold;
}
.wlink:hover {
	color : FFFFFF;
	text-decoration: underline;
	font-weight : bold;
}
.tabletext {
	border : 1px solid black;
	font-size : 10pt;
	font-family : Arial;
	color : black;
}
.imgborder {
	border-right : 1px solid black;
	border-bottom : 1px solid black;
}
.imgrborder {
	border-right : 1px solid black;
}
.lowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica }
.highText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }
.itemBorder { border: 1px solid #FFFFFF }
.itemBorderBlank { border: 1px solid #CCCCDD }

/* Delete these "button" styles if you're not using them */

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #FFE01A; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }
</style>