@charset "UTF-8";
.red {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.headline {
	font-family: "Lucida Sans";
	font-size: 24px;
	font-weight: bolder;
	color: #0045A7;
}
.copy {
	font-family: "Lucida Sans";
	font-size: 12px;
}
.side {
	font-family: "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

