body, p, td {
	color: #4C4C4C;
}
html>body {
	position: relative;
}
table {
	position: relative;
}
table table{
	position: static;
	border: none;
}
html>body table{
	position: static;
}
#content {
	position: relative;
	color: #4C4C4C;
}
img.alignleft {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
}
img.alignright {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
p {
	padding-left: 7px;
	padding-right: 7px;
}
.footer {
	color: #FFFFFF;
	margin: 0px;
	position: absolute;
	bottom: -120px;
	width: 699px;
	padding: 7px 0px 0px 0px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #2488E4;
	font-size: 0.9em;
	text-align: center;
	left: 102px;
}
html>body .footer {
	bottom: 0px;
}
.footer table {
	width: 95%;
	font-size: 0.95em;
	padding: 0px;
	margin: 0px 4px;
}
.footer table td {
	color: #FFFFFF;
	vertical-align: top;
}
.footer table select{
	font-size: 0.85em;
	margin-bottom: 0px;
}
.footer a {
	color: #ABDAFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
