@charset "utf-8";
/* CSS Document */

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	border-bottom:1px;
	border-bottom-color:#F4F9F4;
	border-bottom-style:solid;
	margin-bottom:12px;
	font-size:85%;
}
#navlist li {
	display: inline;
	list-style-type: none;
	font-weight:bold;
}
#navlist a {
	padding: 3px 10px;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: rgb(65,105,133);
	text-decoration: none;
}
#navlist a:hover {
	color: #fff;
	background-color: rgb(50,100,137);
	text-decoration: none;
}
.issb-botmnav {
	text-align:center;
	font-size:91%;
	margin-top:12px;
	margin-bottom:6px;
}
.hsed {
	text-align:center;
	font-size:8pt;
	font-weight:bold;
	color: #666666;
	padding-bottom: 10px;
}
.note {
	background-color : #FFE7A6;
	border : 1px solid #999999;
	white-space: normal;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
	margin-top: 4px;
	text-align:left;
}
.sitetextlinks {
	font-size: 85%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
#formtable {
	color: #000000;
	margin: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}
#formtable p {
	font-size:90%;
}
#formtable td, #formtable tr, #formtable th {
	font-size: 100%;
	color: #000000;
	padding: 3px;
	margin: 0px;
}
#maptable {
	color: #000000;
	margin: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}
#maptable table {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	line-height:0px;
}
#maptable p {
	font-size:90%;
}
#maptable td, #maptable tr, #maptable th {
	padding: 0px;
	margin: 0px;
}
input {
	font-size : 95%;
	font-weight : bold;
}
select {
	font-size : 100%;
	background : #f5f5f5;
	color : #000000;
}
.tblbgcol2 {
	background-color : #fff8dc;
	color : #000000;
	border : 1px solid #003300;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
}
.tblbgcol3 {
	background-color : #fff8dc;
	color : #000000;
}
.options {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333
}
/* Button */
#button {
	color:#FFFFFF;
	width:26px;
	height:26px;
	font-weight:bolder;
	text-align:center;
	vertical-align: baseline;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#button a, #button a:link, #button a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#2B5273;
	border:2px outset #4482B5;
	border-bottom-color:#1F3A52;
	border-top-color:#1F3A52;
	padding:4px;
}
#button a:hover {
	color:#FFFFFF;
	background-color:#2B5273;
	border:2px #1F3A52 solid;
	border-bottom-color:#4482B5;
	border-right-color:#4482B5;
}
.infoblock {
	background-color:#f4f9f4;
	width:85%;
	padding:6px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#000000;
	border:1px solid #003300;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
}
.error {
	font-weight : bold;
	color : #990000;
}
.size3 {
	font-size:91%;
	font-weight:bold;
	background-color: #EBEBEB;
}
.size2 {
	font-size:85%;
}
.legend {
	font-size : 85%;
}
table {
	margin-right: auto;
	margin-left: auto;
}
td.alignMiddle {
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	top: auto;
	bottom: auto;
}

