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

.headertext {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

.headertext-smaller {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

.headertextRedBig {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #930;
	text-align: center;
}


.headertextRed {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #930;
	text-align: center;
}

.bigbluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bolder;
	color: #009;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #00C;
	text-indent: 10px;
}
.bodytext-no-indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #00C;
}

.menubutton-llpa {
	background-image: url(http://www.longlakepreservation.org/images/menubutton.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
	width: 250px;
	background-position: center center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-style: normal;
	text-decoration: none;
	line-height: 30px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.highlightyellow {
	background-color:#FFFF00;
}

a.menulink:link {color: #000000; font-weight: bold;}
a.menulink:active {color: #000000; font-weight: bold;}
a.menulink:visited {
	color: #000066;
	font-weight: bold;
}
a.menulink:hover {
	color: #FFFFFF;
	font-weight: bolder;
}

a.biglink:link {
	color: #0000CC;
	font-weight: bold;
}
a.biglink:active {
	color: #0000CC;
	font-weight: bold;
}
a.biglink:visited {
	color: #990000;
	font-weight: bold;
}
a.biglink:hover {
	color: #FFFF00;
	font-weight: bolder;
}
