td.logo {
	color: #ffffff;
	background-color: #336699;
	font-family: times, serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

td.logo img {
	border: 0px;
}

td.noborder img {border: 0px;}

body {
	color: #000000;
	background-color: white;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

a.menu {
	color: #000000;
	background-color: #cc9966;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
  color: #000000;
  background-color: #eee;
}


td.menu {
	color: #000000;
	background-color: #cc9966;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

td.bar {
	color: #000000;
	background-color: #888888;
}

li {
	padding: 10px;
}

div.centered {
	text-align: center;
}
div.centered table {
	margin: 0 auto; 
	text-align: left;
}


