body
{
	background-color:#D8DCDE;
	padding: 0;
	margin: 0;
}
table.footer
{
	width: 800px;
	background-color: white;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
table.header
{
	width: 800px;
	background-color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
a:link
{
	color: black;
	text-decoration: underline;
}
a:visited
{
	color: black;
}
td
{
	font-family: verdana;
	font-size: 10pt;
}
td.menu
{
	width: 174px;
	height: 80px;
	vertical-align: middle;
	background-color:#86BCE0;	
}
td.menu_image
{
	width: 71px;
	height: 80px;
	vertical-align: middle;
	background-color:#86BCE0;
	padding-left: 15px;
}
td.menu_text
{
	width: 71px;
	height: 48px;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
	padding-left: 15px;
}
img
{
	border:none;
}
td.contact
{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
	width:175px;
	text-align: right;
	padding-right: 5px;
}