body {
	background-color: #004080;
	color: white;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
}

a {
	color: white;
}

a:hover { 
	color: #ff0000; 
	font-style: italic; 
	font-weight: bold;
}

h1 { 
	font-size: 28pt; 
	font-family: "Times New Roman"; 
	text-align: center; 
	margin: 0in 0in 0pt; 
	page-break-after: : : : : : : : : : : : : : : : : avoid 
}

h2 { 
	font-size: 20pt; 
	font-family: "Times New Roman"; 
	margin: 0in 0in 0pt; 
	page-break-after: : : : : : : : : : : : : : : : : avoid }

h3 { 
	font-size: 19pt; 
	font-family: "Times New Roman"; 
	margin: 0in 0in 0pt; 
	page-break-after: : : : : : : : : : : : : : : : : avoid 
}

p {
	font-family: Arial;
}

li.msonormal { 
	font-size: 12pt; 
	font-family: "Times New Roman"; 
	mso-style-parent: : : : : : : : : : : : : : : : : ""; 
	margin-left:0in; 
	margin-right:0in; 
	margin-top:0in; 
	margin-bottom:0pt 
}

table.msonormaltable { 
	font-size: 10pt; 
	font-family: "Times New Roman"; 
	mso-style-parent: : : : : : : : : : : : : : : : : "" 
}

.btnNav {
	background-color: #B8B8B8; /* Grey */
	border: none;
	border-radius: 2px;
	color: black;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	height: 15px;
	width: 100px;
}

.btnNav:hover {
	font-style: normal;
	color: navy;
  	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}