@charset "utf-8";
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
.leftborder {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.rightborder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}
.contactemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
.navtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navtop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bottomfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}