body {
	background-color: #71B1C5;
}


.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	text-align: left;

];

}
a {
	background-color: #E1E6CB;
	color: #3E4035;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #323428;
}
.addressbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.heading {
	font-size: small;
	font-weight: bold;
	color: 7F8270;
}

ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding-left: 0px;
}

li {
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	color: 7F8270;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.white {
    color: ffffff;
}
