@charset "UTF-8";
.nav-back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006434;
	text-decoration: none;
	background-image: url(home-images/nav-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.body-back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
	text-decoration: none;
	background-image: url(home-images/body-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.text-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	list-style-image: url(home-images/bullet.gif);
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(home-images/bullet.gif);
	text-align: left;
	vertical-align: text-top;
}
p {
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
}
.border {
	border: thin solid #666666;
}
