<style>
P  {
	font-family : Verdana;
	font-size : 8pt;
}
BODY  {
	font-size : 8pt;
	font-family : Verdana;
	color : black;
}
a {
	color : #39778E;
	text-decoration: underline;

}
a:hover {
	color : #CC3333;
	text-decoration: none;
}
.wtext  {
	font-size : 8pt;
	font-family : Verdana;
	color : white;
}
.btext  {
	font-size : 8pt;
	font-family : Verdana;
	color : #39778E;
}
.ytext  {
	font-size : 8pt;
	font-family : Verdana;
	color : #FBED24;
}
.rtext  {
	font-size : 8pt;
	font-family : Verdana;
	color : #CC3333;
	font-weight : bold;
}
.mtext  {
	font-size : 8pt;
	font-family : Verdana;
	color : #000000;
	font-weight : bold;
}
.bborder {
	border : 1px solid #39778E;
}
.imgborder {
	border : 1px solid #39778E;
}
.imgborder:hover {
	border : 1px solid #CC3333;
}
</style>