@charset "utf-8";
body  {
	background-color: white;
	color:black;
	font-family:"Times New Roman", Times, serif;
	}
.thrColLiqHdr #header {display:none;}
.thrColLiqHdr #sidebar1 {display:none;}
.thrColLiqHdr #ad_skyscraper {display:none}
.thrColLiqHdr #ad_banner,#ad_bottom,#ad_box{display:none;}

.thrColLiqHdr #mainContent_text h1 {font-size:130%;text-align:center;}
.thrColLiqHdr #mainContent_text h2 {font-size:120%;text-align:center;}
.thrColLiqHdr #mainContent_text h3 {font-size:110%;}
.thrColLiqHdr #mainContent_text h4,p,a {font-size:100%;}
.thrColLiqHdr #mainContent_text h5 {font-size:90%;}
.thrColLiqHdr #mainContent_text h6 {font-size:80%;}


.thrColLiqHdr a {text-decoration:none; font-style: normal;}
.thrColLiqHdr #mainContent_text table {border:none;padding:0;margin:0;}
.thrColLiqHdr #mainContent_text td {padding:0;margin: 0;width:50%;vertical-align:text-top;}
.thrColLiqHdr #mainContent_text dt a {text-decoration: underline;}
.thrColLiqHdr #mainContent_text dl {padding:15px 10px 0px 10px;margin: 0;}
.thrColLiqHdr #mainContent_text dt {padding: 10px 0 0 0;margin: 0;font-size:90%;font-weight: bold;}
.thrColLiqHdr #mainContent_text dd {font-size:70%;}

.thrColLiqHdr #mainContent_text ol {
	display:block;
	text-align:left;
}
.thrColLiqHdr #mainContent_text ol li {padding-top: 10px;list-style:upper-roman;font-weight:bold;}
.thrColLiqHdr #mainContent_text ol ol li {padding-top: 0px;font-weight:normal;list-style:upper-alpha;}
.thrColLiqHdr #mainContent_text ol ol ol li {list-style:decimal;}
.thrColLiqHdr #mainContent_text ol ol ol ol li {list-style:lower-alpha;}
.thrColLiqHdr #mainContent_text ol ol ol ol ol li {list-style:lower-roman;}

.thrColLiqHdr #toc_chap {padding: 25px 0 0 0;}
.thrColLiqHdr #toc_chap ul {padding-bottom: 10px;}
.thrColLiqHdr #toc_chap ul li {font-weight:bold; list-style:none;}
.thrColLiqHdr #toc_chap ul li a {font-style:italic;}

.thrColLiqHdr #toc_chap ul ul li a {font-style:normal;}
.thrColLiqHdr #toc_chap ul li em {font-size:90%;font-weight:normal;font-style:normal;}
.thrColLiqHdr #toc_chap ul li em a{font-style:italic;}
.thrColLiqHdr #toc_chap ul ul li{font-weight:normal;list-style: circle;}



.thrColLiqHdr #footer {
	padding: 0 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.TBRoundBox {display:none;}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 5px 10px 5px 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
}

