/* CSS Document */

.ltgrnbutn, .midgrnbutn, .dkgrnbutn {
	width:150px; 
	border:3px solid; 
	padding:5px;
	text-align:center;
	}
.ltgrnbutn {
	border-right-color:#E8F8F8; 
	border-top-color:#E8F8F8;  
	border-bottom-color:#88CCCC; 
	border-left-color:#88CCCC; 
	background-color:#CCEEEE;
	}
a.ltgrnbutn {
	text-decoration:none;
	}
.midgrnbutn {
	border-right-color:#CDEDED; 
	border-top-color:#CDEDED;  
	border-bottom-color:#339393; 
	border-left-color:#339393; 
	background-color:#ADDADA;
	}
a.grnbutn {
	text-decoration:none;
	}
.dkgrnbutn {
	border-right-color:#CDEDED; 
	border-top-color:#CDEDED;  
	border-bottom-color:#006666; 
	border-left-color:#006666; 
	background-color:#88B8B8;
	}
a.dkgrnbutn {
	text-decoration:none;
	}