
body {
	font-size: medium;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	color: black;
}

p {
	margin: 0 0 0 0;
	font-size: medium;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	color: black;
	text-align: left;
}

.center {
	text-align: center;
}

.indent {
	margin: 0 0 0 2em;
	font-size: medium;
	font-family: "Times New Roman", serif;
	color: black;
	text-align: left;
}

.doubleindent {
	margin: 0 0 0 4em;
	font-size: medium;
	font-family: "Times New Roman", serif;
	color: black;
	text-align: left;
}

h1 {
	margin: 0 0 0 0;
	font-size: x-large;
	font-family:  Arial, sans-serif;
	color: navy;
	background: transparent;
	white-space:nowrap;
}

h2 {
	margin: 0 0 1em 0;
	border-width: .25em 0 0 0;
	border-style: solid;
	border-color: navy;
	padding: 1em 0 0 0;
	font-size: large;
	font-family:  Arial, sans-serif;
	color: black;
	background: transparent;
	white-space:nowrap;
}

h3 {
	margin: 0 0 1em 0;
	font-size: medium;
	font-family:  Arial, sans-serif;
	white-space:nowrap;
}

h4 {
	margin: 0 0 1em 1em;
	font-size: medium;
	font-family:  Arial, sans-serif;
	white-space:nowrap;
}

h5 {
	margin: 0 0 1em 2em;
	font-size: medium;
	font-family:  Arial, sans-serif;
	white-space:nowrap;
}

h6 {
	margin: 0 0 1em 0;
	font-family:  Arial, sans-serif;
	font-size: large;
	color: black;
	background: transparent;
	white-space:nowrap;
}

.level1 {
	margin: 0 0 0 0;
	font-size: x-large;
	font-family:  Arial, sans-serif;
	color: navy;
	background: transparent;
	white-space:nowrap;
}

.level2 {
	margin: 0 0 1em 0;
	border-width: .25em 0 0 0;
	border-style: solid;
	border-color: navy;
	padding: 1em 0 0 0;
	font-size: large;
	font-family:  Arial, sans-serif;
	color: black;
	background: transparent;
	white-space:nowrap;
}

.level3 {
	margin: 0 0 1em 0;
	font-size: medium;
	font-family:  Arial, sans-serif;
	white-space:nowrap;
}

.level4 {
	margin: 0 0 1em 1em;
	font-size: medium;
	font-family:  Arial, sans-serif;
	white-space:nowrap;
}

.level5 {
	margin: 0 0 1em 2em;
	font-size: medium;
	font-family:  Arial, sans-serif;
	white-space:nowrap;
}

.level6 {
	margin: 0 0 1em 0;
	font-family:  Arial, sans-serif;
	font-size: large;
	color: black;
	background: transparent;
	white-space:nowrap;
}

.pagetitle {
	margin: 0;
	font-size: xx-large;
	font-family: "Arial", serif;
	font-weight: bold;
	color: black;
	text-align: center;
	white-space: nowrap;
}

.pagelabel {
	margin: 0;
	font-size: large;
	font-family: "Arial", serif;
	font-weight: bold;
	color: black;
	text-align: left;
	white-space: nowrap;
}

.pagetable {
	margin: 0;
	font-size: medium;
	font-family: "Arial", serif;
	font-weight: bold;
	color: #FF0099;
	background: white;
	text-align: left;
	padding: 2px, 5px, 2px, 5px;
	border: 0, 0, 1px, 0 solid black;
	white-space: nowrap;
}

.pageaddress {
	margin: 0;
	font-size: small;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: black;
	text-align: center;
	white-space: nowrap;
}

.pageupdated {
	margin: 0;
	font-size: x-small;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: black;
	text-align: center;
	white-space: nowrap;
}

a:link {
	color: #3333CC;
	background: transparent;
	text-decoration: underline;
}

a:visited {
	color: #336666;
	background: transparent;
	text-decoration: underline; 
}

a.nounderline:link {
	color: white;
	background: transparent;
	text-decoration: none;
}

a.nounderline:visited {
	color: white;
	background: transparent;
	text-decoration: none; 
}

a.menulink:link {
	color: black;
	background: transparent;
	text-decoration: none;
}

a.menulink:visited {
	color: black;
	background: transparent;
	text-decoration: none; 
}

a.menulink:active {
	color: black;
	background: transparent;
	text-decoration: none;
}

a.showImage:link,
a.showImage:hover,
a.showImage:visited,
a.showImage:active,
a.showImage:focus {
	color: #0000cc;
	background: transparent;
}

img.hideMe {
	display: none;
	position: absolute;
}

ul {
	margin: 0 0 0 1em;
}

ol {
	margin: 0 0 0 1.5em;
}

li {
	margin: 0 0 0 0;
	list-style: outside;
	font-size: medium;
	font-family: "Times New Roman", serif;
}

.menutext {
	margin: 0 0 0 0;
	font-size: medium;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	color: black;
	vertical-align:text-bottom;
}

.menutextselected {
	margin: 0 0 0 0;
	font-size: medium;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	color: white;
	vertical-align:text-bottom;
}

.noborder {
	border: 0;
}

.nowrap {
	white-space:nowrap;
}

table {
	margin: 0 0 0 0;
	padding: 0;
	border: 2px solid black;
	border-collapse: collapse;
}

th {
	font-size: small;
	font-weight: bold;
	font-family:  Arial, sans-serif;
	color: white;
	background: navy;
	text-align: left;
	padding: 2px;
	border: 2px solid black;
	vertical-align: text-top;
}

td {
	font-size: medium;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	padding: 2px;
	border: 1px solid black;
	vertical-align: text-top;
}

hr {
	border-width: .25em 0 0 0;
	border-style: solid;
	border-color: navy;
	padding: 1em 0 0 0;
	width: 100%;
	background: transparent;
}

hr.colorrule {
	border: 0;
	width: 100%;
	color: #9400D3;;
	background: transparent;
	height: 1px;
}

.returntotop{
	margin: 0 0 1em 0;
	font-size: small;
	text-align: right;
	white-space:nowrap;
}
