

.buttonBlueWide {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
	background-color: #123471;
	text-align: center;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:4px;
	margin-bottom:4px;
	cursor: pointer;
}
.buttonBlueWide:hover {
	background-color: #445B77;
}

.btn {
	text-align: center;
	display:inline-block;
	text-decoration: none;
	border:1px solid #555555;
	padding: 4px 6px;
	cursor: pointer;
	font-weight: bold;	
	-webkit-appearance:none;
	border-radius: 0;
}

.btnLg {
	display:inline-block;
	text-decoration: none;
	border:1px solid #555555;
	padding: 8px 0px;
	cursor: pointer;
	font-weight: bold;	
		-webkit-appearance:none;
	border-radius: 0;
	min-width: 200px;
	text-align: center;
}



.btnWhite {
	color:#555555;
	background-color: #FFFFFF;
}
.btnWhite:hover {
	background-color: #222222;
	color:#ffffff;
	text-decoration: none;
}


.btnBlue {
	color:#222222;
	background-color: #508994;
}
.btnBlue:hover {
	background-color: #445B77;
	color:#ffffff;
	text-decoration: none;
}


.btnGreen {
	color:#222222;
	background-color: #22BD19;
}
.btnGreen:hover {
	background-color: #2E6B33;
	color:#ffffff;
	text-decoration: none;
}

.btnGray {
	color:#222222;
	background-color: #888888;
}
.btnGray:hover {
	background-color: #333333;
	color:#ffffff;
	text-decoration: none;
}


