<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font-family: "Segoe UI", Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	color: #000;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(point_tile.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	cursor: default;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
    color: #036;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 980px;
	background: #fff;
	margin: 0 auto; 
	border-style: solid;
	border-width: thin;
	border-color: #666;
	box-shadow: 3px 3px 15px 2px #999;

}

.header {
	background-color: #136FBF;
	/* box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);  */
	box-shadow: 0px 15px 10px -15px #ccc;


}
.content {
	padding: 10px 0;
	width: 596px;
	float: left;
	border-left: solid thin #ccc;
	border-right: solid thin #ccc;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #ccc;
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #ccc; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 170px;  
	text-decoration: none;
	color: #666;
	background: #fff;
	font-weight: bold;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #eee;
	color: #000;
	box-shadow: inset -4px -4px 2px #e7e7e7, inset 2px 2px 2px #f6f6f6;
}
.footer {
	padding: 3px 0;
	/* background: #036; */
	background-color:	#1B74CE;
	position: relative;
	clear: both; 
	/* padding-bottom: 5px; */
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #999;
	text-align: center;
	height:18px;
}


/* dpl */
h1 {
	font-size: 16px;
	color: #036;
	padding-left: 20px;    
}
h2 {
	font-size: 14px;
	color: #000;
    background-color: #eee;
    background-image: url(bluebutton_11.gif);
    background-repeat: no-repeat;
    background-position: 15px;
	padding-left: 35px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	margin: 0 10px 5px;    
}
h3 {
	font-size: 12px;
	color: #000;
	background-image: url(orange9.gif);
	background-repeat: no-repeat;
    background-position: 15px;
	padding-left: 30px;    
}
h4 {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
}

.ingress {
	font-weight: bold;
}

.linktop {
	font-size: 11px;
	padding: 3px;
	background-color: #136FBF;
}
.linktop a, .linktop a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-left: 50px;
}
.linktop a:hover {
    text-decoration: underline;
}
a.backtotop {
	background-image: url(backtotop.gif);
	background-repeat: no-repeat;
    background-position: 5px;
	padding-left: 22px;
	text-decoration: none;
}
.t1, t2 { font-family:"Segoe UI"; }
.t1 { font-size:11px; }
.t2 { font-size:22px;}
.tx {height:60px; vertical-align:middle; padding-left:15px; padding-top:20px;}
a.ta {text-decoration:none; color:#000;}
.thover {background-color:#ACD7F7;}
.thover {background-color:#FFE79C;}

</pre></body></html>