﻿<style type="text/css">
body {
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.header {
	text-align: center;
	vertical-align:middle;
	background-color:#777367;
	color:#FFFFFF;
	height:75px;
	font-size:x-large;
}
table.center {
	margin-left:auto; 
	margin-right:auto;
	width:700px;
}
td.right {
	text-align:right;
	width:33%;
}
td.centered {
	text-align:center;
	width:33%;
}
td.menu{
	/*font-size:large;*/
	/*text-align:center;*/
	/*background-color:#777367;*/
}
td.left {
	width:33%;
	vertical-align:top;
}
td.address {
	vertical-align:top;
}
a:link { color:#777367; text-decoration: none; }
a:visited { color:#777367; text-decoration: none; } 
a:hover { color: black; text-decoration:underline; } 

</style>
