a {
	color: #0d366f;
	background-color: white;
	text-decoration:none;
}
a.reverse {
	background-color: transparent;
	color: white;
	text-decoration:none;
}

body {
	background-color: white;
	color: black;
	font-family: sans-serif;
}

img {
	border: none;
}
th {
	background-color: white;
	color: #0d366f;
	border: 1pt solid #0d366f;
	text-align: left;
}
td.note {
	font-size: 80%;
}
td.banner {
	color: white;
	background-color: #0d366f;
	vertical-align: middle;
	text-align: right;
	padding-right: 5%;
}
td.frame {
	text-align: left;
	vertical-align: middle;
	border-right: solid #0d366f;
}
td.button {
	background-color: white;
	color: #0d366f;
	border: 1pt solid #0d366f;
	font-weight: bold;
}
td.hbutton {
	background-color: white;
	color: #0d366f;
	border: 1pt solid #0d366f;
	font-weight: bold;
	text-align: center;
}
td.reverse_hbutton {
	background-color: #0d366f;
	color: white;
	font-weight: bold;
	text-align: center;
}
td.label {
	background-color: #0d366f;
	color: white;
	border: 1pt solid #0d366f;
	font-weight: bold;
}
td.item {
	background-color: white;
	color: #0d366f;
	border: 1pt solid #0d366f;
}
li {
	list-style-type: square;
}
h3
{
	background: white;
	color:#0d366f;
}
.italic
{
	font-style: italic;
}
.paragraph
{
	padding-left: 10%;
	padding-right: 10%;
	text-align: justify;
}
.copyright
{
	font-size: 70%;
	padding-left: 10%;
	padding-right: 10%;
}
