<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	/* margin-bottom: 70px; */
	/*min-height: 2000px; */
	padding-top: 50px;
	/* font-size: 15px; */
	/* font-family: 'PT Sans Narrow', sans-serif;  */
}


.navbar-brand {
	float: left;
	height: 50px;
	padding: 10px 10px;
	font-size: 18px;
	line-height: 20px;	
}

#wrap {
	MARGIN: 5px auto; 
	WIDTH: 904px;
}

#header {
	margin: 0;
	padding: 0;
	font-size: 7px;
	bbackground-color: #5788D7;
}



.doc-list {
	font-family: Verdana, serif;
}

.doc-list dt {
	border: 1px dashed #000;
	border-bottom: none;
	margin: 20px 0 0 0;
	padding: 10px 10px 3px 10px;
	font-size: 120%;
	background-color: #EEE;
}

.doc-list dd {
	border: 1px dashed #000;
	border-top: none;
	margin: 0 0 10px 0;
	padding: 3px 10px 10px 10px;
	background-color: #EEE;

} 

h1 {
	color: #00aa00;
}

h2 {
	font-size: 140%;
	padding: 5px 5px 5px 0;
}

.doc-list a {
	font-family: Verdana, serif;
}

.doc-list div {
	padding: 5px;	
}

.doc-list span.title {
	display: block;
	float: left;
	font-size:11px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

.doc-list span.lnk {
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 10px;
	color:blue;
}


#sbout {
	border-bottom: 1px solid #472201;
	padding-bottom: 0px;
	background-color: #fff;
}

#sbin {
	background-color: #5788D7;
	margin: 0px;
	padding: 10px;
}

#sbin h1 {
	padding: 0px;
	margin: 0px;
	font-family: Times New Roman, serif;
	font-size: 1.35em;
	font-weight: bold;
	color: #fff;
}

#content {
	display: block;
}

#leftcontent {
	float: left; 
	width: 170px;
	background-color: #fff;
	border-right: 1px solid #472201;
}

#textualcontent {
	float: left;
	margin: 0;
	padding: 10px 10px 10px 30px;
	background-color: #fff;
	width: 680px;
}

#fout {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px;
	border-top: 1px solid #472201;
	background-color: #5788D7;
	text-align: center;
}

#fin {
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size: .6em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#footer {
	clear: both;
	width: 904px;
	margin: 0px auto;
	padding: 02px 0 3px 0;
        text-align: center;
        font-size: 11px;
}

.ctext {
	margin: 2px;
	padding: 2px;
	background-color: #fff;
	font-family: verdana;
	font-size:12px;
}

.leftbox {
	width: 170px;
	border-bottom: 1px solid #472201;
	text-align: center;
	padding: 10px 0;
	margin: 0px;
}

.leftbox em {
	padding: 0;
	display: block;
	color: #5788D7;
	font-family: Times New Roman, serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

.button {
	width: 170px;
	padding: 0;
	margin: 5px 0;
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
}

.button a {
	display: block;
	padding: 3px 0;
	font-family: Verdana, serif;
	font-size: 12px;
	text-decoration:none;
}

.button a:hover {
	color: #fff;
	background-color: #5788D7;
}

.leftbox2 {
	vertical-aling: top;
	width: 160px;
	margin: 0;
	padding: 0px 5px 5px;
	background-color: #fff;
	clear: both;
	float:left;
}

.leftbox3 {
	border-top: 1px solid #472201;
	vertical-aling: top;
	width: 160px;
	padding: 10px 5px;
	margin: 0;
}

.adtitle {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}

.addesc {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

.adurl {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #080;
}

.pathbar {
	font-size:11px;
	font-weight:normal;
	color:blue;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.pathbar strong {
	font-size:11px;
	font-weight:normal;
	font-color:black;
	font-family:Arial, Helvetica, sans-serif'
}


.main-states a {
	font-size: 12px;
	font-weight:normal;
}

.topadvert {
	margin: 20px auto;
}

.bottomadvert {
	margin: 20px auto;
}


.align-center { text-align:center }

#bar {
	margin-top: 0px; 
	margin-bottom: -10px;
	padding-top: 10px;
	padding-bottom: 0px;
}


/* masthead */

.bs-header, .bs-masthead {
    background-color: #00aa00;
    background-image: linear-gradient(to bottom, #008000 0px, #00aa00 100%);
/*
    background-image: linear-gradient(to bottom, #0088aa 0px, #00aad4 100%);
*/
    background-repeat: repeat-x;
    color: #cdbfe3;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}


.bs-masthead .bs-booticon {
    margin: 0 auto 30px;
}
.bs-masthead h1 {
    color: #fff;
    font-weight: 300;
    line-height: 1;
}
.bs-masthead .lead {
    color: #fff;
    font-size: 20px;
    margin: 0 auto 30px;
}
.bs-masthead .version {
    color: #9783b9;
    margin-bottom: 30px;
    margin-top: -15px;
}
.bs-masthead .btn {
    font-size: 20px;
    padding: 15px 30px;
    width: 100%;
}

@media (min-width: 480px) {
.bs-masthead .btn {
    width: auto;
}
}

@media (min-width: 768px) {
.bs-masthead {
    padding: 80px 0;
}
.bs-masthead h1 {
    font-size: 60px;
}
.bs-masthead .lead {
    font-size: 24px;
}
}

@media (min-width: 992px) {
.bs-masthead .lead {
    font-size: 30px;
    width: 80%;
}
}

/* featurette */

.bs-featurette {
    background-color: #fff;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
.bs-featurette + .bs-footer {
    border-top: 0 none;
    margin-top: 0;
}
.bs-featurette-title {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

.half-rule {
    margin: 40px auto;
    width: 100px;
}

.bs-featurette h3 {
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}
.bs-featurette-img {
    color: #333;
    display: block;
    margin-bottom: 20px;
}
.bs-featurette-img:hover {
    color: #337ab7;
    text-decoration: none;
}
.bs-featurette-img img {
    display: block;
    margin-bottom: 15px;
}

@media (min-width: 480px) {
.bs-featurette .img-responsive {
    margin-top: 30px;
}
}

@media (min-width: 768px) {
.bs-featurette {
    padding-bottom: 50px;
    padding-top: 50px;
}
.bs-featurette-title {
    font-size: 40px;
}
.bs-featurette .lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}
.bs-featurette .img-responsive {
    margin-top: 0;
}
}



/* docs-footer */

.bs-footer {
    background-color: #2a2730;
    color: #99979c;
    margin-top: 100px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.bs-footer a {
    color: #fff;
}
.bs-footer-links {
    margin-bottom: 20px;
    padding-left: 0;
}
.bs-footer-links li {
    display: inline-block;
}
.bs-footer-links li + li {
    margin-left: 15px;
}
@media (min-width: 768px) {
.bs-footer {
    text-align: left;
}
.bs-footer p {
    margin-bottom: 0;
}
}


.bs-header {
    font-size: 20px;
    margin-bottom: 40px;
}
.bs-header h1 {
    color: #fff;
    margin-top: 0;
}
.bs-header p {
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0;
}
.bs-header .container {
    position: relative;
}
@media (min-width: 768px) {
.bs-header {
    font-size: 24px;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: left;
}
.bs-header h1 {
    font-size: 60px;
    line-height: 1;
}
}
@media (min-width: 992px) {
.bs-header h1, .bs-header p {
    margin-right: 380px;
}
}


.bs-booticon {
    x-background-color: #008000;
    x-border-radius: 15%;
    color: #fff;
    cursor: default;
    display: block;
    font-weight: 500;
    text-align: center;
}

.bs-booticon-lg {
    font-size: 108px;
    height: 144px;
    line-height: 140px;
    width: 144px;
}

.bs-booticon-sm {
    font-size: 20px;
    height: 30px;
    line-height: 28px;
    width: 30px;
}
.bs-booticon-inverse {
    background-color: #fff;
    color: #008000;
}

.bs-booticon-outline {
    background-color: transparent;
    border: 1px solid #cdbfe3;
}


.bs-masthead .bs-booticon {
    margin: 0 auto 30px;
}

/* bs-nav */

.bs-nav {
    background-color: #fff;
    border-bottom: 0 none;
    margin-bottom: 0;
}
.bs-home-nav .bs-nav-b {
    display: none;
}

.bs-nav .navbar-brand, 
.bs-nav .navbar-nav &gt; li &gt; a {
    color: #563d7c;
    font-weight: 500;
}

.bs-nav .navbar-nav &gt; .active &gt; a,
.bs-nav .navbar-nav &gt; .active &gt; a:hover,
.bs-nav .navbar-nav &gt; li &gt; a:hover {
    x-background-color: #f9f9f9;
    color: #463265;
}
.bs-nav .navbar-toggle .icon-bar {
    background-color: #563d7c;
}
.bs-nav .navbar-header .navbar-toggle {
    border-color: #fff;
}
.bs-nav .navbar-header .navbar-toggle:focus, 
.bs-nav .navbar-header .navbar-toggle:hover {
    x-background-color: #f9f9f9;
    border-color: #f9f9f9;
}

/* bs-sidebar */

.bs-sidebar.affix {
    position: static;
}
@media (min-width: 768px) {
.bs-sidebar {
    padding-left: 20px;
}
}
.bs-sidenav {
    margin-bottom: 20px;
    margin-top: 20px;
}
.bs-sidebar .nav &gt; li &gt; a {
    color: #767676;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 20px;
}
.bs-sidebar .nav &gt; li &gt; a:focus, .bs-sidebar .nav &gt; li &gt; a:hover {
    background-color: transparent;
    border-left: 1px solid #563d7c;
    color: #563d7c;
    padding-left: 19px;
    text-decoration: none;
}
.bs-sidebar .nav &gt; .active:focus &gt; a, .bs-sidebar .nav &gt; .active:hover &gt; a, .bs-sidebar .nav &gt; .active &gt; a {
    background-color: transparent;
    border-left: 2px solid #563d7c;
    color: #563d7c;
    font-weight: 700;
    padding-left: 18px;
}
.bs-sidebar .nav .nav {
    display: none;
    padding-bottom: 10px;
}
.bs-sidebar .nav .nav &gt; li &gt; a {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 1px;
    padding-left: 30px;
    padding-top: 1px;
}
.bs-sidebar .nav .nav &gt; li &gt; a:focus, .bs-sidebar .nav .nav &gt; li &gt; a:hover {
    padding-left: 29px;
}
.bs-sidebar .nav .nav &gt; .active:focus &gt; a, .bs-sidebar .nav .nav &gt; .active:hover &gt; a, .bs-sidebar .nav .nav &gt; .active &gt; a {
    font-weight: 500;
    padding-left: 28px;
}

/* cats-list */

.cats-list {
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 20px;
}

.cats-list li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
}

.cats-list li,
.cats-list li a {
  color: #555;
}

.cats-list li a {
  display: block;
  width: 100%;
  text-align: left;
}

.cats-list li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cats-list li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.cats-list li:hover,
.cats-list li a:hover,
.cats-list li:focus,
.cats-list li a:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}


a#download-link {
	text-decoration: underline;
}</pre></body></html>