.content {
	color: #333333;
	padding: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: thin solid #333333;
}

.content b {
	color: #000000;
}

.h1 {
	font-size: 14pt;
}
.h3 {
	font-size: 24pt;
}

body {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	margin-left: 20%;
	margin-right: 20%;
}
.nav {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3743b7;
	font-size: 12pt;
	text-align: center;
	font-variant: normal;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
}
.nav  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #75D1F6;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.footer {
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	font-size: 8pt;
	text-align: center;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
}
.footer  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #75D1F6;
}
.h2 {
	font-size: 16pt;
	font-variant: normal;
}
.quote {
	font-style: italic;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
