@charset "UTF-8";
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #E61A25;
	font-size: medium;
}
.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
.bodybold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
}
.push {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	text-align: left;
}

