@charset "UTF-8";
/* CSS Document */

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 125%;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 115%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: capitalize;
	color: #033;
	text-decoration: none;
}
.backdrop1 {
	background-image: url(backdrop2.png);
	background-repeat: no-repeat;
}
.subheadtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	color: #366;
	text-decoration: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 115%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 115%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.biggertext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 120%;
	font-weight: 200;
	font-variant: normal;
	color: #033;
	text-decoration: none;
}
.regulartextlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 115%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}

