a:link {
	color: #3366CC;
}
a:visited {
	color: #663399;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FFCC00;
}
.text {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.text2 {
	font-size: 12px;
	color: #333333;
}
.text-w-b {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
.text-small {
	font-size: 10px;
	line-height: 140%;
	color: #333333;
}
.text-10px {
	font-size: 10px;
	color: #333333;
}
.text-10px-or-bold {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}
.text-big-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #003366;
}
