.buttonMed{
	width:100px;
	height:20px;
	background-color:#990000;
	border-top:2px solid #660033;
	border-right:2px solid #660033;
	border-left:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	line-height:120%;
	text-decoration:none;
	cursor: default;
	font-size: 12px;

}
.buttonOverMed{
	width:100px;
	height:20px;
	background-color:#B90000;
	border-top:2px solid #660033;
	border-right:2px solid #660033;
	border-left:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	line-height:120%;
	text-decoration:none;
	font-size: 12px;
	cursor: hand;
}

.buttonSmall{
	width:50px;
	height:20px;
	background-color:#990000;
	border-top:2px solid #660033;
	border-right:2px solid #660033;
	border-left:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	line-height:100%;
	text-decoration:none;
	cursor: default;
	font-size: 12px;

}
.buttonOverSmall{
	width:50px;
	height:20px;
	background-color:#B90000;
	border-top:2px solid #660033;
	border-right:2px solid #660033;
	border-left:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	line-height:100%;
	text-decoration:none;
	font-size: 12px;
	cursor: hand;
}
.buttonSmallLeftMenu{
	width:100%;
	height:20px;
	background-color:#990000;
	border-top:2px solid #660033;
	border-right:2px solid #660033;
	border-left:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	text-decoration:none;
	cursor: default;
	font-size: 12px;
}
.buttonSmallLeftMenuOver{
	width:100%;
	height:20px;
	background-color:#990000;
	border-top:2px solid #660033;
	border-right:2px solid #660033;
	border-left:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	text-decoration:none;
	cursor: hand;
	font-size: 12px;
}

