.black {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.white {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
.blue_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #1D97CF;
	font-weight:bold;
}
.white_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}