.header {
	font-family: "Gill Sans", "GillSans MT", Arial;
	font-size: 24px;
	color: 3366ff;
	font-weight: bold;
}
.header2 {
	font-family: "Gill Sans", "GillSans MT", Arial;
	font-size: 20px;
	color: #fe0025;
}
.header3 {
	font-family: "Gill Sans", "GillSans MT", Arial;
	font-size: 18px;
	color: #333333;
}
.body1 {
	font-family: "Gill Sans", "GillSans MT", Arial;
	font-size: 14px;
	color: #333333;
}
.body1bold {
	font-family: "Gill Sans", "GillSans MT", Arial;
	font-size: 14px;
	font-weight: bold;
	color: 333333;
}
.headerred {
	font-family: "Gill Sans", "GillSans MT", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #fe0025;
}
.header4 {
	font-family: "Gill Sans", "GillSans MT", Arial;
	font-size: 20px;
	color: #333333;
}
a:link {
	color: #0000cc;
}
a:visited {
	color: #0000cc;
}
a:hover {
	color: #FF0000;
}

