@charset "utf-8";
/* CSS Document */

.bigRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.midRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #060;
	font-weight: bold;
}
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

