/* CSS Document */
.bodycontent {
	font-family: Tahoma, Arial, Verdana,sans-serif;
	font-size: 11px;
	color: #524737;
	line-height: 13px;
}
.bodycontent_spaced {
	font-family: Tahoma, Arial, Verdana,sans-serif;
	font-size: 11px;
	color: #524737;
	line-height: 16px;
}
.header{
	font-family: Tahoma, Arial, Verdana,sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #751800;

}
.highlighted {
	font-family: Tahoma, Arial, Verdana,sans-serif;
	font-size: 11px;
	color: #e69e01;
	line-height: 17px;
}
.bodycontent a:link {
  color:#709f37;
  font-weight:bold;
  text-decoration:none;
}

.bodycontent a:visited {
  color:#709f37;
  font-weight:bold;
  text-decoration:none;
}

.bodycontent a:hover {
  color:#456222;
  font-weight:bold;
  text-decoration:none;
}
.bodycontent_spaced a:link {
  color:#709f37;
  font-weight:bold;
  text-decoration:none;
}

.bodycontent_spaced a:visited {
  color:#709f37;
  font-weight:bold;
  text-decoration:none;
}

.bodycontent_spaced a:hover {
  color:#456222;
  font-weight:bold;
  text-decoration:none;
}
.footer{
	font-family: Tahoma, Arial, Verdana,sans-serif;
	font-size: 11px;
	color: #9a8b54;
	line-height: 14px;
}
.footer a:link {
  color:#605630;
  text-decoration:none;
}

.footer a:visited {
  color:#605630;
  text-decoration:none;
}

.footer a:hover {
  color:#605630;
  text-decoration:underline;
}

li {
	list-style-image: url(images/bullet.jpg);
	margin-left:-25px;
	
}
