 body {
	text-align: center;
	font-size: 10pt;
	font-family: arial, sans-serif, helvetica, geneva, verdana;
	background-image: url('../images/bg1.png');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding: 10px 0px;
	margin: 0px;
 }
 
 a:link {
	color: black;
	text-decoration: none;
 }
 
 a:active {
	color: black;
	text-decoration: none;
 }

 a:visited {
	color: black;
	text-decoration: none;
 }

 a:hover {
	color: blue;
	text-decoration: none;
 }

 table {
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 100%;
	background-color: #FFFFFF;
 }
 
 table td {
	vertical-align: top;
	border: none;
	margin: 0px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
 }
 
 .banner {
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid black;
	background-image: url('../images/hbg1.png');
	background-position: center;
	background-repeat: repeat-y;
 }
 
 .leftmenu {
	text-align: center;
	word-wrap: normal;
	text-wrap: none;
	width: 132px;
	padding: 15px 3px;
	margin: 0px;
	border-right: 1px solid black;
 }
 
 .leftmenu a:hover {
	color: red;
 }

 .rightmenu {
	text-align: center;
	width: 132px;
	padding: 15px 3px;
	margin: 0px;
	border-left: 1px solid black;
 }
 
 .centermenu {
	padding: 15px 5px;
	margin: 0px;
	text-align: left;
 }
