<style type="text/css"> {}

/* blue 005a41 l.blue 78b19d */

/* Styles for the body */
body {
	color: #6f6e6e;
	background-color: #FFFFFF;
	font-family: "Arial", sans-serif, monospace;
	font-size: 11pt;
	font-weight: normal;
}
.h1 {
	color: #005a41;
	font-size: 16pt;
	font-weight: bold;
}
.h2 {
	color: #005a41;
	font-size: 14pt;
	font-weight: bold;
}
.h3 {
	color: #005a41;
	font-size: 12pt;
	font-weight: bold;
}
.h4 {
	font-size: 11pt;
	font-weight: normal;
}
p {
	font-family: "Arial", sans-serif, monospace;
	font-size: 11pt;
	font-weight: normal;
	margin: 4px;
}
.border {
	border-color: #005a41;
	border-style: solid;
	border-width: 2px;
}
.scroll {
	overflow: auto;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #005a41;
}
.fixedscroll {
	height: 420;
	width: 100%;
	overflow: auto;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #005a41;
}
.blue {
	color: #FFFFFF;
	background-color: #005a41;
}
.lblue {
	color: #000000;
	background-color: #78b19d;
}

/* Styles for the links, anchors */
a {
	color: #005a41;
	text-decoration: none;
}
a:active {
	color: #005a41;
	text-decoration: underline;
}
a:visited {
	color: #005a41;
	text-decoration: none;
}
a:hover {
	color: #005a41;
	text-decoration: underline;
}

a.invert {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a:active.invert {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: underline;
}
a:visited.invert {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a:hover.invert {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: underline;
}

.menu a {
	color: #6f6e6e;
	font-size: 13pt; font-weight: bolder; font-style: italic;
	text-decoration: none;
}
.menu a:active {
	color: #6f6e6e;
	font-size: 13pt; font-weight: bolder; font-style: italic;
	text-decoration: underline;
}
.menu a:visited {
	color: #6f6e6e;
	font-size: 13pt; font-weight: bolder; font-style: italic;
	text-decoration: none;
}
.menu a:hover {
	color: #6f6e6e;
	font-size: 13pt; font-weight: bolder; font-style: italic;
	text-decoration: underline;
}


/* Styles for tables */
th {
	color: #FFFFFF;
	background-color: #005a41;
	font-family: "Arial", sans-serif, monospace;
	font-size: 11pt;
	font-weight: normal;
}
td {
	font-family: "Arial", sans-serif, monospace;
	font-size: 11pt;
	font-weight: normal;
}
td.menu {
	width: 262px; height: 350px;
	text-align: right; vertical-align: top;
	padding: 10px;
}
td.body {
	width: 638px;
	text-align: left; vertical-align: top;
	padding: 10px;
}

/* Styles for things */
form {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: square;
	list-style-position: outside;
}
hr {
	color: #000000;
}
</style>
