/* CLASSES */
.imageLinks {padding: 2px};
.headerBody {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #DE0128;
}
.headerBodyUnderline {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #DE0128;
}
.textBody {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

/* LINKS */
a.:link {
	color:#0066FF;
}
a:visited {
	color:#0066FF;
}
a:hover {
	color:#DE0128;
	text-decoration:none;
}
.underline {text-decoration:underline;}