.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.text_black_smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
}
.text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.headline_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bolder;
	color: #0033CC;
}
a.text:link {
	color: #66FFFF;
	text-decoration: none;
}
a.text:visited {
	color: #66FFFF;
	text-decoration: none;
}
a.text:hover {
	color: #66FFFF;
	text-decoration: underline;
}
.text_black a:link {
	color: #0033CC;
	text-decoration: none;
}
.text_black a:visited {
	color: #0033CC;
	text-decoration: none;
}
.text_black a:hover {
	color: #0033CC;
	text-decoration: underline;
}
.headline a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.headline a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.headline a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
