<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* UNUSED */
td.logo_area{
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.header_column {
	height: 110px;
	vertical-align: middle;
	color: #CADAFE;
/*	color: #FFFFFF;*/
	font-size: large;
	background-image: url(../images/header_bg.jpg);
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.small_header_column {
	height: 50px;
	vertical-align: middle;
	color: #CADAFE;
	font-size: large;
	text-align: center;
	background-image: url(../images/header_sm_bg.jpg);
	background-position: top;
}

/* UNUSED */
.header_title {
	font-size: large;
	margin-left: auto;
	margin-right: auto;
/*
	border: 1px solid #0000ff;
	width: 200px;
*/
}

.topic_heading {
	font-size: 22px;
	font-weight: bold;
}

.topic_title {
	font-size: 20px;
	font-weight: bold;
}

td.shadow_left {
	background-image: url(../images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

td.middle_spacer {
	width: 800px;
	background-color: #666666;
}

td.shadow_right {
	background-image: url(../images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* UNUSED */
td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
/*
	height: 150px;
*/
	display: table-cell;
	vertical-align: top;
}

/* UNUSED 
td.left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat;
}
*/

td.horizontal_center {
	background-color: #024F89;
/*
	background-color: #003964;
*/
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
/*
	height: 150px;
*/
	display: table-cell;
	vertical-align: top;
}

td.below_header{
	background-color: #1F1F1F;
	height: 0px;
	color: #CCCCCC;
	padding: 0px;
/*
	border: 1px solid #ff0000;
*/
}

.body_content_container {
	background-color: #B1BCC5;
/*
	background-color: #708A94;
	background-color: #FFFFFF;
*/
	vertical-align:top;
}

.body_content {
	font-size: 13px;
/*
	background-color: #FFFFFF;
*/
	padding: 10px;
/*
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat;
*/
}

.indented_text{
	margin: 0px;
	padding: 0px 0px 0px 15px;
/*
	border: 1px solid #00ff00;
*/
}

.code{
	font-family: 'Courier New', serif;
	font-size: 13px;
	background-color: #C1CCD5;
/*
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	background-color: #DDFFFF;
	border: 1px solid #00ff00;
*/
}

.inline_code_bkg{
	font-family: 'Courier New', serif;
	font-size: 13px;
	background-color: #C1CCD5;
}

/*.inline_code2{*/
/*	font-family: 'Courier New', serif;*/
/*	font-size: 13px;*/
/*	background-color: #C1CCD5;*/
/*}*/

.inline_code{
	font-family: 'Courier New', serif;
	font-size: 13px;
}

.emphasis {
	color: #0000C0;
}

.strong_emphasis {
	color: #0000C0;
	font-weight: bold;
}

.weak_emphasis {
	color: #006040;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
		width: 800px; 
		height: 800px;
		overflow: auto;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

#debug {
	font:12px sans-serif;
/*	font:12px "MS Serif", "New York", serif;*/
  position: absolute;
  top: 270px;
  right: 10px;
/*  left: 10px;*/
  width: 230px;
  height: 320px;
	text-align: left;
	border:1px solid #f00;
	color: #000000;
	background-color: #FFFFFF;
	overflow:auto;
/*	z-index:-1;*/
/*	opacity:0.0; filter:alpha(opacity=0)*/
}

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