/* CSS Document */
body {
	background-color: #41708F;
	text-align: center;
}
table {
	margin-left: auto;
	margin-right: auto;
}
td.pgtop {
	background-color: #FFFFFF;
	height: 84px;
}
td.footer {
	text-align: right;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
td.footer a, td.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
td.footer a:hover {
	text-decoration: underline;
}

