.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #669999;
	text-decoration: none;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #669999;
	text-decoration: none;
	font-weight: bold;
}
p {
	margin-bottom: -10px;
}
a:hover {
	color: #666633;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #669999;
}
a:active {
	text-decoration: underline;
	color: #666633;
}
a:visited {
	text-decoration: underline;
	color: #669999;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-position: center;
	text-align: center;
}

