body { 
	background-image: url("../../images/bg.jpg");
	background-repeat: repeat;
	margin: 0px;
}

table {
	margin: auto;
	text-align: center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

td.borderL {
	background-image: url("../../images/bgl.gif");
	width: 28px;
}

td.borderR {
	background-image: url("../../images/bgr.gif");
	width: 28px;
}

td.menuStart {
	background-image: url("../../images/menubar3.gif");
	background-repeat: repeat-x;
	width: 60px;
}

td.menuEnd {
	background-image: url("../../images/menupart.gif");
	background-repeat: repeat-x;
	width: 55px;
}

a:hover {
	color:#FF7300;
}

a {
	text-decoration: none;
	color: #000000; 
	font-family: verdana;
	font-size: 11px;
}

.menuButton a, .menuButton a:visited, .menuButton a:link {  
	font-weight: bold;
	color: #000000;
	background-image: url("../../images/menubar1.gif");
	line-height: 35px;
	display: block;
	width: 95px;  
	height: 34px;
	font-size: 10px;
}

.menuButton a:hover { 
	background-image: url("../../images/menubar2.gif");
}

.menuButton2 a, .menuButton2 a:visited {  
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url("../../images/menubar1.gif");
	line-height: 9px;
	display: block;
	width: 95px;  
	height: 34px;
}

.menuButton2 a:hover { 
	background-image: url("../../images/menubar2.gif");
}

