.textw {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.textb {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.link {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #015EC6;
	text-decoration: none;
}

.link:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #015EC6;
	text-decoration: underline;
}
.linkw {
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.linkw:hover {
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.linkg {
	text-decoration: none;
	color: gold;
}
.linkg:hover {
	text-decoration: none;
	color: gold;
}