﻿.style1 {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #000080;
}
.titlebar {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #000080;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navtext {
	text-align: center;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
.bodytext {
	text-align: left;
	font-family: Arial;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.clickherebar {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #000080;
	margin-top: 20px;
	margin-bottom: 20px;
}
