@charset "utf-8";
.page-bg {
	background-attachment: fixed;
	background-image: url(images/main-page-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}.menu-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.subheading {

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.page-bgred {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.arialblack {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #000000;
}

.normaltextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	font-style: italic;
}
.menu-text:hover {
	color: #FFFFFF;
	background-color: #FF9900;
}

