@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 24px;
	background-image: url(wallpaper.jpg);
}
/* CSS Document */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	color: #333333;
	position: relative;
	text-align: left;
}
.bodytext a:active {
	color: #333333;
}
.bodytext a:visited {
	color: #333333;
}
.bodytext a:hover {
	color: #FFFFFF;
}
.bodytext a:link {
	color: #333333;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 42px;
	color: #98A656;
	text-align: center;
	letter-spacing: 0.4em;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
}
.menutext a:active {
	color: #333333;
}
.menutext a:visited {
	color: #333333;
}
.menutext a:hover {
	color: #FFFFFF;
}
.menutext a:link {
	color: #333333;
}
.leftedge {
	background-image: url(triml.gif);
	background-repeat: repeat-y;
}
.rightedge {
	background-image: url(trimr.gif);
	background-repeat: repeat-y;
}
.topedge {
	background-image: url(trimt.gif);
	background-repeat: no-repeat;
}
.bottomedge {
	background-image: url(trimb.gif);
	background-repeat: no-repeat;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
