#header {
	width: 100%;
	border: 0px dashed #CC3300;
	background-image: url(bg_logo_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 233px;
}
#navi {
	position: relative;
	top: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
	line-height: 18px;
}
#navi:hover {
	background-color: #000000;
}
#navi a:link, #navi a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	padding-right: 5px;
	padding-left: 5px;
}
#content a:link, #content a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}
#navi a:hover, #navi a:active {
	color: #FFFFFF;
}
#content {
	width: 75%;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #00AEEF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-bottom: 30px;
	background-image: url(bg_wg.gif);
}
h1 {
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #00AEEF;
	text-align: right;
	font-size: 36px;
	letter-spacing: -2px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#content p {
	margin: 0px 10px 10px 10px;
}

#overall {
	width: 100%;
	border: 0px dashed #009900;
	margin: 0px auto;
	padding: 0px;
}
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #14407A;
	padding: 0px;
}
tr.contrast {
 background-color: #cccccc;
}

tr.head {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	background-color: #005BA1;
}
#content tr {
	margin: 0px;
	padding: 0px;
	border: none;
}
#content td {
	margin: 0px;
	padding: 2px;
}
#content table {
	border-collapse: collapse;
	empty-cells: show;
	padding: 0px;
	border: 1px solid #000000;
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#content img.jhg {
	margin-top: 10px;
	border: 1px solid #14407A;
	padding: 5px;
	background-color: #FFF;