html, body {
	height: 100%;
	margin: 0;
}

td {
	height: 65px;
	width: 300px;
	text-align: center;
	color: #24408E;
	font-style: italic;
	font-size: 12pt;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #24408E
}

.link {
	color: #F26721
}

.wrapper {
	margin: 0 auto;
	height:100%;
}

.one {
	height: 143px;
	width: 1225px;
	background-color: blue;
	background-image: url(header.png);
	background-size: cover;
	text-align: center;
	margin: 0 auto;
}

.two {
	border-top-width:10px;
	border-top-color: blue;
	border-top-style: solid;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 817px;
	width: 1225px;
	margin: 0 auto;
}

.table-headers {
	color: #F26721 ;
	font-style: normal;
	font-size: 20pt;
	font-weight: bold;
}

.small-text {
	font-size: 9pt;
}

.small-text-2 {
	font-size: 5pt;
}

.big-text {
	font-size: 14pt;
}

.info {
	color: #F26721;
	font-size: 7pt;
}

.font-9 {
	
}

