.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.boldtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #9a2525;
}
.italics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	font-weight: normal;
}
a {
	color: #9a2525;
	text-decoration: none;
}
.italicbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: 666666;
}

.footer {
	font-family:Helvetica, Tahoma, Arial, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:bold;
}