@charset "UTF-8";
a:link, a:visited {
	color: #004D7E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #4f6b81;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 2px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4f6b81;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 0px;
}
h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.25em;
	text-align: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #7EB3CF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #272323;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0px;
	text-align: left;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #4f6b81;
	text-align: left;
	padding: 8px 0px 0px 0px;
	margin:0px;
	display: block;
	font-weight: normal;
}
.body-title {
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
	line-height: 1.2em;
}
#main ul {
	font-weight: normal;
}
.tabletitle {
	background-color: #31677F;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 5px;
}
.tablerow-s1 {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCBBD;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.fieldstyle {
	width: 98%;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
.floatleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
