body {
	background-image: url(../images/general/bgrnd.jpg);
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	align: center;
}
.table {
	width: 750px;
	border: thin ridge white;
}

.menu {	
	list-style-type: none;
	}
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  

.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
	width:70px;
	margin: 1em 0; padding:12px 0 14px 40px;
  color:#fff; 
  background:  url("../images/buttons/updown.jpg") 0 0 no-repeat; 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:#999; 
  background-position: -143px 0;

  }
.menu #currentpage a {
		  background-position: -143px 0; 
        color: #999;
        }


.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}
.table1 {
	width: 500px;
	height: 200px;
}
.navwhite:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.navwhite:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.navwhite:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #BDBEC0;
}.ltext {
	font-size: 14px;
}
.stext {
	font-size: 10px;
}
.navwhites:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.navwhites:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.navwhites:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #BDBEC0;
	}

