@charset "utf-8";
/* CSS Document */
/*
* {
  border-color:blue;
  border-style:dashed;
}
*/
body {
	font-size: 20px;
}
a:link {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: purple;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: red;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: orange;
	background-color: transparent;
	text-decoration: overline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	border: 0;
	margin: 0;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 29px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 23px;
}
h6 {
	font-size: 20px;
}


img.floatleft {
	padding: 20px;
	float: left;
	margin: 10;
}
img.floatright {
	padding: 20px;
	float: right;
	margin: 10;
}
table.right {
	right: 0px;
}
.right {
	text-align: right;
}
.noi {
	text-indent: 0px;
	margin: 0;
}
.noibw {
	text-align: inherit;
	word-wrap: break-word;
	height: auto;
	text-indent: 0px;
	font-size: inherit;
	width: inherit;
	word-break: break-all;
}
p {
	text-align: justify;
	font-size: inherit;
	margin: 0;
}
p.nomargin {
	margin: 0;
}
p.medium {
	font-size: 15px;
}
a.nomargin {
	margin-top: -10px;
	margin-bottom: -10px;
}
table.page {
	width: 95%;
	color: #000;
	vertical-align: top;
	background-color: #FFF;
	font-family: inherit;
	margin: auto;
	height: 600px;
	border: 0;
	padding: 10;
}
td.page {
	vertical-align: top;
}

table.page2 {
	width: 90%;
	vertical-align: top;
	background-color: #FFF;
	margin: auto;
}
td.page2 {
	vertical-align: top;
}
.center {
	text-align: center;
	margin: auto;
	text-indent: 0px;
}
.cite {
	text-align: justify;
}
.left {
	text-align: left;
}
.nbm {
	text-indent: 0px;
	margin: 0;
}
.rightntm {
	text-align: right;
	margin-top: 0px;
}
.leftntm {
	text-align: left;
	margin-top: 0px;
}
.pad10 {
	padding: 10px;
}
.display {
	table-layout: inherit;
	width: 100%;
}
.textbox {
	border-color: #ccc;
	border-style: solid;
}
.hiddenlink {
	text-decoration: none;
	color: black;
}
button.one {
	border-radius: 7px;
	width: 100px;
	height: 36px;
	font-size: 18px;
} 
button.two {
	border-radius: 7px;
	width: 150px;
	height: 36px;
	font-size: 18px;
} 
div.input {
	height: 36px;
	width: 300px;
	border-style: solid;
	border-color: #7B7B7B;
	border-radius: 7px;
}
input.one {
	width: 280px;
	margin-top: 7px;
}
.pagetitle {
	font-style: italic;
	text-align: center;
	text-shadow: .5px .5px .5px #818181;
	margin: auto;
	text-indent: 0px;
}
.searchmatch {
	color:grey;
	padding: 1px 5px;
	border-radius: 2px;
	font-style: italic;
}