.body {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #686763;
	line-height: 16px;
}
.bodybold {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #686763;
	font-weight: bold;
	line-height: 16px;
}
.bodydarkgrey {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.bodywhite {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
.bodygreen {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #88924B;
	line-height: 16px;
	font-weight: 450;
}

.bodygreen h1 {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #88924B;
	line-height: 16px;
	font-weight: 450;
}

.bodygreeneleven {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 11px;
	color: #88924B;
	line-height: 16px;
	font-weight: 450;
}
.bodyten {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 10px;
	color: #686763;
	line-height: 16px;
}
.bodydarkgreyten {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
}

.body a:link {color: #88924B;}
.body a:visited {color: #88924B;}
.body a:hover {color: #313E13;}
.body a:active {color: #88924B;}

.bodybold a:link {color: #88924B;}
.bodybold a:visited {color: #88924B;}
.bodybold a:hover {color: #313E13;}
.bodybold a:active {color: #88924B;}

.bodygreen a:link {color: #88924B;}
.bodygreen a:visited {color: #88924B;}
.bodygreen a:hover {color: #313E13;}
.bodygreen a:active {color: #88924B;}

.bodyten a:link {color: #686763;}
.bodyten a:visited {color: #686763;}
.bodyten a:hover {color: #2E3B10;}
.bodyten a:active {color: #686763;}

.norepeat {
background-repeat: no-repeat;
background-position: top;
}

.rightbkgd {
background-repeat: repeat-y;
background-position: right;
}

.bkgd_jungle {
	background-attachment: scroll;
	background-image: url(../media/images/bkgd_jungle.jpg);
	background-repeat: no-repeat;
}

.centered {
	text-align: center;
}
