body {
	background-color: #FF6600;
	color: #FF6600;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
}
p {
	font-size: 14 pt;
	font-weight: bold;
}
#cell {
	width: 140px;
	height: 24px;
	border: solid 0px #646464;
	background-image: url(Images/menu_t1.jpg);
}
a#menu {
	display: block;
	width: 140px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-image: url(Images/menu_t1.jpg);
	color: White;
}
a#menu:visited {
   	background-image: url(Images/menu_t1.jpg);
	color: White;
}	
a#menu:active, a#menu:hover {
   	background-image: url(Images/menu_t2.jpg);
   	color: #FF6600;
}
#cellsmall {
	width: 80px;
	height: 24px;
	border: 0px solid #FF6600;
	background-image: url(Images/menu_t3.jpg);
}
a#menusmall {
	display: block;
	width: 80px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-image: url(Images/menu_t3.jpg);
	color: White;
}
a#menusmall:visited {
   	background-image: url(Images/menu_t3.jpg);
	color: White;
}	
a#menusmall:active, a#menusmall:hover {
     	background-image: url(Images/menu_t4.jpg);
     	color: #FF6600;
}