<style>
P  {
	font-family : Arial;
	font-size : 10pt;
}
BODY  {
	font-size : 10pt;
	font-family : Arial;
	color : #1B547B;
}
a {
	color : #1B547B;
	text-decoration: underline;
}
a:hover {
	color : #1B547B;
	text-decoration : none;
}
.wtext  {
	font-size : 10pt;
	font-family : Arial;
	color : white;
}
.btext  {
	font-size : 10pt;
	font-family : Arial;
	color : #1B547B;
}
.gborder {
	border : 1px solid #D8D9DB;
}
.lrborder {
	border-left : 1px solid #1B547B;
	border-right : 1px solid #1B547B;
}
</style>