body, html{
	font-family: "Open Sans";
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Open Sans";
}
	nav {
		background: url("/images/navBackground.jpg");
		float: left;
		padding-top: 10px;
		width: 100%;
	}
	footer {
		margin-bottom: 10px;
		text-align: center;
		width: 78%;
	}
		.nav {
			background: rgb(255, 255, 255, .5);
			box-shadow: 1px 1px 1px 1px #000;
			color: #000000;
			display: block;
			margin: 5px 0 5px 10px;
			padding: 3.5px 0 3.5px 15px;
			text-align: left;
			text-decoration: none;
			width: 100px;
		}
		.nav:hover {
			text-decoration: underline;
		}
.link {
	background: #E30B1A;
	border: solid 1px #E30B1A;
	border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px;
	padding: 5px;
	text-decoration: none;
}
	.link:hover {
		background: #FFF;
		border: solid 1px #E30B1A;
		color: #E30B1A;
	}
.style1 {
	font-family: "Open Sans";
	font-size: 12px;
}
.style2 {
	background: #021162;
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 12px;
	padding: 5px 0;
}
.style3 {
	font-family: "Open Sans";
	font-size: 10px;
}
.style29 {font-size: 13px}
.style30 {
	color: #031361;
	font-weight: bold;
	font-size: 16px;
}
.style31 {font-size: 11px}
.vh {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.alert{
	background-color: #E30B1A;
    padding: 0.77em;
    color: #FFF;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
}
.heading{
	margin:0px;
}