.small{
	font-size: 10px;
	color: #333333;

}
.defFont {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.strong16Red {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
a:link {
	text-decoration: none;
	color: #0033CC;

}
a:visited {
	color: #0033cc;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
.strong16 {
	font-size: 16px;
	font-weight: bold;
}

.strong24 {
	font-size: 24px;
	font-weight: bold;
	line-height: 160%;
	color: #FF0000;
}