<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
	margin: 25px auto;
	width: 800px; /*600px; /*600px; */
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033; */
	/*background-color: #FFFFFF; */
}
/*#container #header #header_left {
	float: left;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container #header #header_right {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
} */

/*body {
	padding-top: 10px;
	background-color:#CCCCCC;
} */

#container #content {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000; /*#666666; */
}

/*#container #footer {
    clear:both;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #footer a {
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
} */

#container #header #header_main {
	float: center; /*left; */
	padding: 15px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 20px; /*12px; */
	font-weight: bold;
	color: #6B8A05; /*#FFFFFF; */
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/*#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}  */

.newsList{
	width:95%; /*90%; */
/*	margin:20px -20px 20px 20px; /*auto; */
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
/*	border:1px solid #ccc; */
	border-collapse:collapse;
}

th {
	padding:10px;
	background-image: url(images/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
}

.right{
	text-align:right;
	font-size:12px;
}

.iform {
	margin:10px 0 20px 0;/*auto; */
	padding:10px;
}

.panel {
 width: 800px; /*550px; */
 margin-right: auto;
 margin-left: auto;
/* border: 2px outset #AAAAAA; */
 margin-bottom: 10px;
 padding-right: 5px;
 padding-left: 5px;
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: white;
}</pre></body></html>