body,html {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: 100%;
	margin: 0;
	font-size: 12px;
	color: #222222;
}
a {
	color:#186395;
	text-decoration: none;
}
a:hover {
	color:#689dcb;
}
table.main {
	width:100%;
	height:100%;
}
table.content {
	width:800px;
}
td.logo {
	text-align: center;
}
td.footer {
	height: 1px;
	text-align: right;
	font-size: 11px;
}
hr {
	border:none;
	height:1px;
	background-color:#186395;
}