<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html{color:#000;}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
/*address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}*/

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
input,img{ border:0; padding:0; margin:0;}
.margin10L{ margin-left:10px;}
.margin16L{ margin-left:16px;  display:inline;}
.margin10R{ margin-right:10px;}

.indexTit{ width:100%; margin-bottom:10px; height:19px; border-left:3px solid #1461ad; line-height:19px; overflow:hidden;}
.indexTit h3{ float:left; font-size:18px; font-weight:normal; color:#4c4c4c; line-height:19px; margin-left:5px; display:inline;}
.indexTit1{ width:100%; margin-bottom:10px; height:24px;  line-height:24px; overflow:hidden; border-bottom:1px solid #e0e0e0; padding-bottom:15px; margin-bottom:15px;}
.indexTit1 h3{ float:left; font-size:24px; font-weight:normal; color:#4c4c4c; line-height:24px; display:inline; border-left:3px solid #1461ad; height:24px; padding-left:10px;}

.del_float{ clear:both;}
.float_left{ float:left;}
.float_right{ float:right;}
.font18{ font-size:18px;}
.redcolor {
    color: #de1a0a;
}

.greenclolor,.greenclolor a,.greenclolor a:hover{ color:#3dab32;}
.textline{ text-decoration:underline;}
.margin_top28{ margin-top:28px;}
.margin_top2{ margin-top:2px;}
</pre></body></html>