

body {
	font: normal 82.5% Verdana, Arial;
	background-color: rgb(217,220,229);
	margin: 0px;
	padding: 0px;

	background-image: url(../images/topGradient.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	
}

#topMenuBar {
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
/*	border: 0px solid black;*/
	padding: 2px;
	height: 38px;	/*should be same as height of menu buttons*/
	text-align: center;
	background-image: url(../images/gradient_1x38.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
.yellButton {
	border-left: 4px;
	border-right: 4px;
	color: #666;
	text-shadow: #CCC 0px 1px 1px;
	-webkit-border-image: url("../images/yellow_button.png") 3 5 3 5;
	
/*	moz-border-radius: 5px;	*/
	background-color: #FAE364;
	margin-right: 10px;
	margin-left: 0px;
}
.blueButton {
	border-left: 9px;
	border-right: 9px;
	color: white;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image:url("../images/blueButton.png") 0 10 0 10;
}
.greenButton {
	border: 6px;
	color: #666;
	text-shadow: #CCC 0px 1px 1px;
	-webkit-border-image: url("../images/green_button.png") 6 6 6 6;
	
/*	-moz-border-radius: 5px;	*/
/*	background-color: #31aa31;	*/
	background-color: #64B66D;
	margin: 2px;
}
.backButton {
	border-left: 17px;
	border-right: 6px;
	border-top: 6px;
	border-bottom: 6px;
	color: #666;
	text-shadow: #CCC 0px 1px 1px;
	-webkit-border-image: url("../images/back_pencil.png") 6 6 6 17;
/*	background-color: #FFCD31;	for IE and Firefox*/
}