

.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;
}

.btnMed {
	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: 150px;
	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;
}


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

.btnSwRed {
	color:#FFFFFF;
	background-color: #DE0004;
}
.btnSwRed:hover {
	background-color: #9C0002;
	color:#ffffff;
	text-decoration: none;
}

.btnSwBlue {
	color:#FFFFFF;
	background-color: #0E73C9;
}
.btnSwBlue:hover {
	background-color: #18468A;
	color:#ffffff;
		text-decoration: none;
}

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

.btnSwGray {
	color:#FFFFFF;
	background-color: #A6A6A6;
}
.btnSwGray:hover {
	background-color: #7A7A7A;
	color:#ffffff;
	text-decoration: none;
}
