.fontheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #0F4878;
}
.fontheavysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-stretch:ultra-expanded;
	color: #0F4878;
}
.fontmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F4878;
}

.fontmainblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #020000;
}

.fontboldblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #020000;
	font-weight:bold;
}

.fontmainorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E24D09;
}

.fontboldorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E24D09;
	font-weight:bold;
}

a:link {
	color: #E24D09;
}
a:visited {
	color: #E24D09;
}
a:hover {
	color: #E24D09;
}
a:active {
	color: #E24D09;
}

.fontwhite {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	font-stretch:extra-expanded;
	color: #FFFFFF;
}

.fontwhite a:link {
    color:#FFFFFF;
	text-decoration:none;
}

.fontwhite a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.fontwhite a:hover {
	color: #E24D09;
}
.fontwhite a:active {
	color: #E24D09;
}

body {
	background-image: url(../images/background.jpg);
}
