body {
 	margin: 0px;
 }
.slogan {
 	font-family: Arial, Helvetica, sans-serif; 
 	font-size: 11px;
 	color: #008400;
 }
.tableborder {
 	border-right-width: 1px;
 	border-left-width: 1px;
 	border-right-style: solid;
 	border-left-style: solid;
 	border-right-color: #B0D4EB;
 	border-left-color: #B0D4EB;
 }
A.topMenu {
 	border: 1px solid #8B8B8D;
 	width: 99px;
 	background-color: #FFFFFF;
 	display: block;
 	color: #666666;
 	font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	text-decoration: none;
 	text-align: center;
 	padding-top:2px;
 	padding-bottom:2px; 
 }
 A.topMenu:visited {
 	color: #666666;
 }
 A.topMenu:hover {
 	text-decoration: none;
 	background-color: #FF3300;
 	color: #FFFFFF;
 }
.bottomlink {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #E8E8E8;
 }
 A.bottomlink {
 	color: #E8E8E8;
 	font-size: 11px;
 	text-decoration: none;
 }
 A.bottomlink:visited {
 	color: #E8E8E8;
 	text-decoration: none;
 }
 A.bottomlink:hover {
 	color: #FFFF00;
 	text-decoration: underline;
 }
