.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0877C6;
	font-style: italic;

}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a:link {
	color: #E5661F;
	text-decoration: none;
}
a:visited {
	color: #E2681D;
	text-decoration: none;
}
a:hover {
	color: #E26920;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
	text-decoration: underline;
}
.standout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
