.bold {
	font-size: 14px;
	font-weight: bolder;
	color: #0066FF;
}
.EXTRABOLD {
	font-size: 18px;
	font-weight: bolder;
	color: #0066FF;
	text-decoration: underline;
}
.NORMAL {
	font-size: 16px;
	font-weight: normal;
	color: #3399FF;
}
a:link {
	font-size: 16px;
	color: #FF0000;

}
a:hover {
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;

}
a:visited {
	font-size: 16px;
	color: #3399FF;
	text-decoration: none;
}
.new {
	font-size: 16px;
	color: #3399FF;
	text-decoration: none;
}
.underline {
	font-size: 16px;
	color: #FF0000;
	text-decoration: underline;
}
