/*layout*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #77954F;
	background-image: url(images/background.gif);
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 11px;
}


/*body-text*/
.body-text {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

.body-text a:link {
	text-decoration: none;
	color: #77954F;
}
.body-text a:visited {
	text-decoration: none;
	color: #77954F;
}
.body-text a:hover {
	text-decoration: underline;
	color: #77954F;
}
.body-text a:active {
	text-decoration: none;
	color: #77954F;
}


/*body-italics-text*/
.body-text-italics {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
}


/*body-bold-text*/
.body-text-bold {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}


/*header-text*/
.header-text {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 11px;
	color: #77954F;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}

.header-text a:link {
	text-decoration: none;
	color: #77954F;
}
.header-text a:visited {
	text-decoration: none;
	color: #77954F;
}
.header-text a:hover {
	text-decoration: underline;
	color: #77954F;
}
.header-text a:active {
	text-decoration: none;
	color: #77954F;
}


/*footer-text*/
.footer-text {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

.footer-text a:link {
	text-decoration: none;
	color: #000000;
}
.footer-text a:visited {
	text-decoration: none;
	color: #000000;
}
.footer-text a:hover {
	text-decoration: none;
	color: #77954F;
}
.footer-text a:active {
	text-decoration: none;
	color: #000000;
}

.h1 {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
}

.h1 a:link {
	text-decoration: none;
	color: #000000;
}
.h1 a:visited {
	text-decoration: none;
	color: #000000;
}
.h1 a:hover {
	text-decoration: none;
	color: #000000;
}
.h1 a:active {
	text-decoration: none;
	color: #000000;
}
.h2 {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
}

.h2 a:link {
	text-decoration: none;
	color: #000000;
}
.h2 a:visited {
	text-decoration: none;
	color: #000000;
}
.h2 a:hover {
	text-decoration: none;
	color: #77954F;
}
.h2 a:active {
	text-decoration: none;
	color: #000000;
}
/*large-headers-text*/
.large-headers-text {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: lighter;
}


/*bullets*/
.bullets {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	color: #000000;
	display: list-item;
}