a {
	font-size: 12px;
	text-decoration: none;
}
.text {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.text2 {
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.text3 {
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.text4 {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0066CC;
}
a.b:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

