.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}
.body-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 19pt;

}
a:link {
	color: #990000;
	text-decoration: none;

}
a:hover {
	color: #FF3399;
	text-decoration: none;
	filter: Chroma(Color=#ffffff);

}
a:visited {
	color: #330000;
	text-decoration: none;
}
.zoom-rollover {
	cursor: hand;

}
.smallerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 3px;

}
.bigtext {font-size: 14pt}
.hilight {
	color: #990000;
}