.footer {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	color: #593b2b;
	font-family: "Times New Roman", Times, serif;
}
a.footer:link {
	text-decoration: none;	
}
a.footer:hover {
	text-decoration: none;
	color: #556313;
}
a.footer:visited {
	text-decoration: none;	
}
.dotted {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: B09B80;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #593b2b;
	font-size: 12px;
}
.sub {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #593b2b;
	font-family: "Times New Roman", Times, serif;
}

a.sub:link {
	text-decoration: none;
}
a.sub:hover {
	text-decoration: none;
	color: #556313;
}
a.sub:visited {
	text-decoration: none;
}

.green {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #556313;
	font-family: "Times New Roman", Times, serif;
}

a.green:link {
	text-decoration: none;
}
a.green:hover {
	text-decoration: none;
	color: #556313;
}
a.green:visited {
	text-decoration: none;
}
.boldCaps {
	font-weight: bold;
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}

