body{
	font-family: 'Helvetica', 'Arial', sans-serif;
	color:#00296d;
}

.top{
	margin-top:20px;
}

.top img{
	height:60px;
}

.top h1{
	font-size:20px;font-weight:Bold;
	line-height:25px;
}


.middle{
	margin-top:20px;
}

.text-center{
	text-align:center;
}

.btn-primary{
	border-color:#00296d;
	background-color:#00296d;
	width:100%;
	line-height:40px;
	font-weight:bold;
	font-size:20px;
	margin-top:20px;
}

.btn-primary:hover{
	background-color:#00296d;
	border-color:#00296d;
}

.btn{
	border-radius:0px;
}

.alert{
	text-align:center;
	border-radius:0px;
}

.form-control{
	border-radius:0px;
	border:1px solid #00296d;
	line-height:40px;
}

label{
	display:block;
	margin-bottom:5px;
	width:100%;
}