<style>
a {
	font-size : 12px;
	font-family : Arial;
	color : #000000;
	text-decoration: none;
}
a:hover {
	font-size : 12px;
	font-family : Arial;
	color : #882D1A;
	text-decoration: underline;
}
.wtext {
	font-size : 12px;
	font-family : Arial;
	color : #ffffff;
}
.blink {
	font-size : 12px;
	font-family : Arial;
	color : #000000;
	text-decoration: underline;
}
.blink:hover {
	font-size : 12px;
	font-family : Arial;
	color : #882D1A;
	text-decoration: none;
}
.wlink {
	font-size : 12px;
	font-family : Arial;
	color : #FFFFFF;
	text-decoration: none;
}
.wlink:hover {
	font-size : 12px;
	font-family : Arial;
	color : #333333;
	text-decoration: underline;
}
td {
	font-size : 12px;
	font-family : Arial;
	color : #000000;
}
.btext {
	font-size : 12px;
	font-family : Arial;
	color : #000000;
}
.bborder {
	border : 1px solid #333333;
}
.wborder {
	border : 1px solid #FFFFFF;
}
.btextSM {
	font-size : 11px;
	font-family : Arial;
	color : #000000;
}

</style>