.MainOrangeButton{
	color: black;
	background-color:#FDC689;
	border:3px solid #FDC689;
	height:25px;
	min-width:86px;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	
}
input.MainOrangeButton:hover{
	background-color:#ffffff;
}
button.MainOrangeButton:hover{
	background-color:#ffffff;
}
.OrangeButton{
	color: #ff8100;
	background-color:#ffffff;
	border:3px solid #efe4c3;
	height:25px;
	min-width:86px;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	font-weight:normal;
}
input.OrangeButton:hover{
	background-color:#ff8100;
	color:#ffffff;
	border:3px solid #ff8100;
	font-weight:normal;
}
button.OrangeButton:hover{
	background-color:#ff8100;
	color:#ffffff;
	border:3px solid #ff8100;
	font-weight:normal;
}
.BigGreenButton{
	color: #ffffff;
	background-color:#7cc576;
	border:3px solid #7cc576;
	height:30px;
	min-width:241px;
	cursor:pointer;
	font-size:13px;
	font-weight:normal;
	font-family:verdana;
}
.GreenButton{
	color: #ffffff;
	background-color:#7cc576;
	border:3px solid #7cc576;
	height:25px;
	min-width:86px;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	
}
input.GreenButton:hover{
	color: #7cc576;
	background-color:#ffffff;
}
button.GreenButton:hover{
	color: #7cc576;
	background-color:#ffffff;
}
input.BigGreenButton:hover{
	color: #7cc576;
	background-color:#ffffff;
}
button.BigGreenButton:hover{
	color: #7cc576;
	background-color:#ffffff;
}

.RedButton{
	color: #ffffff;
	background-color:#f36d7d;
	border:3px solid #f36d7d;
	height:25px;
	min-width:86px;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	
}
input.RedButton:hover{
	color: #f36d7d;
	background-color:#ffffff;
}
button.RedButton:hover{
	color: #f36d7d;
	background-color:#ffffff;
}
.BlueButton{
	color: #ffffff;
	background-color:#00aeef;
	border:3px solid #00aeef;
	height:25px;
	min-width:86px;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	
}
.BigBlueButton{
	color: #ffffff;
	background-color:#00aeef;
	border:3px solid #00aeef;
	height:30px;
	min-width:241px;
	cursor:pointer;
	font-size:13px;
	font-weight:normal;
	font-family:verdana;
	
}
input.BlueButton:hover{
	color: #00aeef;
	background-color:#ffffff;
}
button.BlueButton:hover{
	color: #00aeef;
	background-color:#ffffff;
}
input.BigBlueButton:hover{
	color: #00aeef;
	background-color:#ffffff;
}
button.BigBlueButton:hover{
	color: #00aeef;
	background-color:#ffffff;
}


button.PurpleButton:hover{
	color: #8560a8;
	background-color:#ffffff;
}
.PurpleButton{
	color: #ffffff;
	background-color:#8560a8;
	border:3px solid #8560a8;
	height:25px;
	min-width:86px;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	
}
input.PurpleButton:hover{
	color: #8560a8;
	background-color:#ffffff;
}
button.PurpleButton:hover{
	color: #8560a8;
	background-color:#ffffff;
}

.GrayButton{
	color: #ffffff;
	background-color:#cccccc;
	border:3px solid #cccccc;
	height:25px;
	min-width:86px;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	
}
input.GrayButton:hover{
	color: #cccccc;
	background-color:#ffffff;
}
button.GrayButton:hover{
	color: #cccccc;
	background-color:#ffffff;
}

.ManualGrayButton{
	color: #ffffff;
	background-color:#cccccc;
	border:3px solid #cccccc;
	height:25px;
	min-width:86px;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	
}
input.ManualGrayButton:hover{
	color: #cccccc;
	background-color:#ffffff;
}
button.ManualGrayButton:hover{
	color: #cccccc;
	background-color:#ffffff;
}

button.PurpleBigHeightButton:hover{
	color: #8560a8;
	background-color:#ffffff;
}
.PurpleBigHeightButton{
	color: #ffffff;
	background-color:#8560a8;
	border:3px solid #8560a8;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
}

button.GrayBigHeightButton:hover{
	color: #cccccc;
	background-color:#ffffff;
}
.GrayBigHeightButton{
	color: #ffffff;
	background-color:#cccccc;
	border:3px solid #cccccc;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
}

button.RedBigHeightButton:hover{
	color: #f36d7d;
	background-color:#ffffff;
}
.RedBigHeightButton{
	color: #ffffff;
	background-color:#f36d7d;
	border:3px solid #f36d7d;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
}