<style>
a {
	font-size : 11px;
	font-family : Arial;
	color : #666666;
	text-decoration: none;
}
a:hover {
	font-size : 11px;
	font-family : Arial;
	color : #C59A00;
	text-decoration: underline;
}
.wtext {
	font-size : 11px;
	font-family : Arial;
	color : #ffffff;
}
.blink {
	font-size : 11px;
	font-family : Arial;
	color : #666666;
	text-decoration: none;
}
.blink:hover {
	font-size : 11px;
	font-family : Arial;
	color : #C59A00;
	text-decoration: underline;
}
.wlink {
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration: none;
}
.wlink:hover {
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	color : #fae603;
	text-decoration: underline;
}
td {
	font-size : 11px;
	font-family : Arial;
	color : #000000;
}
.heading {
	font-size : 14px;
	font-family : Arial;
	color : #F00900;
	font-weight: bold;
}
.btext {
	font-size : 11px;
	font-family : Arial;
	color : #000000;
}
.bborder {
	border : 1px solid #666666;
}
</style>