body {
	background-color: #008080; 	
	background-image: url(../_images/MenuBg2.gif);
	color: #000000; 
	text-decoration: none;
}	

.LinkOut {
	color: #FFFFC0; /* yellow;  */
	text-decoration: none;	
}

.LinkOver {
	color: black;
	text-decoration: none;
}

.LinkClick {
	color: black;
	text-decoration: none;
}


.ButtOut {
	border-bottom: #000000 outset 2px;
	border-left: #00B080 outset 2px;
	border-right: #000000 outset 2px;
	border-top: #00B080 outset 2px;
	color: #FFFFC0;  
/*	cursor: hand; */
	font-family: arial, Arial, Helvetica;
	font-size: 12px; 
	font-weight: bold; 
	line-height: 13px;
	margin-left: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	text-decoration: none;	
/*	width: 110px; */
}


.ButtOver {
	background-image: url(../_images/goldbut1.gif); 
	border-bottom: #00B080 inset 2px;
	border-left: #00FF00 inset 2px;
	border-right: #00B080 inset 2px;
	border-top: #00FF00 inset 2px;
	color: #000000;  
/*	cursor: hand; */
	font-family: arial, Arial, Helvetica;	
	font-size: 12px; 
	font-weight: bold;
/*	letter-spacing: -0.2pt; */
	line-height: 13px;
	margin-left: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	text-decoration: none;
/*	width: 110px; */
} 

.ButtClick {
	background-image: url(../_images/grnbut1.gif); 	
	border-bottom: #00DD00 inset 2px;
	border-left: #FFFF00 inset 2px;
	border-right: #00DD00 inset 2px;
	border-top: #00FF00 inset 2px;
	color: #000000;
	font-family: arial, Arial, Helvetica;		
 	font-size: 12px; 
	font-weight: bold;
/*	letter-spacing: -0.2pt; */
	line-height: 13px;
	margin-left: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	text-decoration: none;
/*	width: 110px; */
}

