.blueBackground{
	background-color: #0F2D6A;
}

a{
	text-decoration: none;
}

.holdingLogo{
	position: absolute;
	left:50%;
	margin-left: -166.5px;
	top: 50%;
	margin-top: -36px;
}

.loadingFrame{

	position: absolute; 
	top: 65%; 
	color: #f00; 
	width: 100%; 
	text-align: center;
}

.loadingFrame img{

	width: 50px;
}

#buttonFooter2{
	width: 100%; position: fixed; bottom: 0px; left: 0px; text-align: center; padding: 10px; border-top: 1px solid #999; background-color: #fff;
}

.buttonS1 {
	float: left;
	width: 100%;
	padding: 5%;
	color: #fff;
	border-radius: 2px;
	border: 0px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	box-sizing: border-box;
	margin-top: 5%;
}

.green {
	background-color: rgb(94, 171, 42);
}

.red {
	background-color: #aa0000;
}

.redAlert {
	background-color: #FF0000;
}

.blue {
	background-color: #0F2D6A;
}

.yellow {
	background-color: #FAB000;
}

#buttonContainer{
	position: absolute;
	top: 55px;
	width: 100%;
	margin-bottom: 70px;
}

#buttonContainer p{
	font-size: 14px; 
	padding: 10px; 
	margin-bottom:  -10px;
	text-align: center;
}


