body {
	background-color: #897867;
	font-family: Arial;
}
.h1 {
	font-size: 18pt;
	color: #003B70;
	text-align: left;
	font-weight: bold;
}
.h2 {
	font-size: 16pt;
	color: #003B70;
	text-align : left;
}
.h3 {
	font-size: 14pt;
	color: #003B70;
	text-align : left;
}
p.text {
	font-size: 12pt;
	color: #003B70;
	text-align: justify;
}
p.quote {
	font-size: 12pt;
	color: #003B70;
	font-style: italic;
}
table.form1 {
	background: #9E8A76;
	border: thin solid #18334A;
	font-size: 9pt;
	border-width: 1px 1px 1px 1px;
	color: Black;
}
td.bar {
	background-color: #003B70;
}
td.bar2 {
	background-color: #546370;
}
td.bar3 {
	background-color: #9E8A76;
}
th {
	text-align : center;	
}
td {
	font-size : 12pt;
	color : #003B70;
}
a:link {
	color: Black;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: Black;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: White;
	font-size : 12pt;
	font-weight: bold;
}
button {
	width : 30px;
	height : 30px;
	background-color : #2A4054;
}
button.hover {
	background-color: Black;
}
p.textblock {
	font-size : 10pt;
	color : #003B70;
	width : 300px;
}
span.box {
	border : thin solid #9E8A76;
		border-width : thin thin thin thin;
}
