body {
	font-family: "Times New Roman", Times, serif;
	color: #084121;
	font-size: small;
}
.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.footer-address {font-size: 13px}
a {color:#333333}
a:hover {color:#AAAAAA; text-decoration:none}
a:visited {color:#009933}
a:active {color:#AAAAAA}
ul {
	text-indent: 0pt;
	list-style-type: disc;
	list-style-position: inside;
	page-break-after: avoid;
	display: inline;
}
.med {
	font-size: medium;
}
.lg {
	font-size: large;
}
.footer-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.top-border {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DEC573;
}
.bottom-border {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DEC573;
}
.left-border {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #DEC573;
}
.right-border {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #DEC573;
}
.top-right {
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #DEC573;
	border-right-color: #DEC573;
}
.top-left {
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DEC573;
	border-left-color: #DEC573;
}
.bottom-right {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DEC573;
	border-bottom-color: #DEC573;
}
.bottom-left {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DEC573;
	border-left-color: #DEC573;
}
