body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #DB0808;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FDAAAA;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #DB0808;
}
.heavyUnderline {
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-style:italic;
	color: #000000;
	text-decoration:underline;
}
.text12px {
	font-size: 12px;
}
.text14pxBold {
	font-size: 14px;
	font-style: bold;
}
.text10px{
	font-size: 10px;
}
.text9pxHeavy {
	font-size: 9px;
	font-weight: bold;
}

a.footer {
	font-size:10px;
	text-decoration:none;
}
a.footer:hover {
	font-style:italic;
	text-decoration:underline;
}