<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 12px;
    background: url("../images/bodyBg.gif" ) repeat-y;
}
.styleleft td{
	text-align:left;
	}
.textare{
	width:710px;
	height:80px;}
.textare1{
	width:750px;
	height:120px;}
.textare2{
	width:500px;
	height:120px;}
	
#header {
    width: 100%;
    height: 120px;
    background: #e72e10 url("../images/qt_header_bg.gif") no-repeat right;
    border-bottom: 3px #fc7b3b solid;
}
#header h1 {
    width: 775px;
    height: 120px;
    background: #e72e10 url("../images/qt_logo.gif" ) no-repeat;
    text-indent: -999999px;
}
#sidebar {
    background: #ffeee5;
    border-right: 1px #ff9999 solid;
    width: 200px;
}
#main {
    width: auto;
    margin: 30px 0 100px 0;
 }

.menu li {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px #ff9999 solid;
    margin-top: 1px;
    display: inline-block;
}
.menu li a:link, .menu li a:visited {
    display: block;
    width: 180px;
    padding-left: 20px;
    color: #CC0000;
    cursor: pointer;
    text-decoration: none;
    background: #ffcccc url("../images/qt_menu_bg.gif") no-repeat 175px 12px;
}
.menu li a:hover, .menu li a:active {
    color: #0066CC;
    background: #ffb4b4 url("../images/qt_menu_bg.gif") no-repeat 180px 12px;
}
.data td {
    padding: 5px;
    border-color: #CDDFED;
}
.data table {
    border: solid 1px #CDDFED;
}
.titlecolumn {
    line-height: 38px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: #ffb4b4;
    border-bottom: 1px #ff9999 solid;
}
.orange {
    color: #fc7b3b;
}
.style1 {
    color: #003399;
    font-size: 14px;
    text-decoration: none;
    background: #ffb4b4;
}
.style2 table {
    margin-bottom: 10px;
}</pre></body></html>