<style>
a {
	color : #3B6CBC;
	text-decoration: none;
}
a:hover {
	color : #3B6CBC;
	text-decoration: underline;
}
.btext  {
	font-size : 9pt;
	font-family : Arial;
	color : #3B6CBC;
}
.b2text  {
	font-size : 8pt;
	font-family : Arial;
	color : #3B6CBC;
}
.bltext  {
	font-size : 9pt;
	font-family : Arial;
	color : #000000;
}
.blink {
	font-size : 9pt;
	font-family : Arial;
	color : #3B6CBC;
	text-decoration: none;
}
.blink:hover {
	font-size : 9pt;
	font-family : Arial;
	color : #3B6CBC;
	text-decoration: underline;
}
.wtext  {
	font-size : 9pt;
	font-family : Arial;
	color : white;
}
.w2text  {
	font-size : 8pt;
	font-family : Arial;
	color : white;
}
.wlink {
	font-size : 9pt;
	font-family : Arial;
	color : #FFFFFF;
	text-decoration: none;
}
.wlink:hover {
	font-size : 9pt;
	font-family : Arial;
	color : #FFFFFF;
	text-decoration: underline;
}
.w2link {
	font-size : 8pt;
	font-family : Arial;
	color : #FFFFFF;
	text-decoration: none;
}
.w2link:hover {
	font-size : 8pt;
	font-family : Arial;
	color : #FFFFFF;
	text-decoration: underline;
}
.tborder {
	border : 1px solid black;
}
</style>