<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	padding:0; margin:0; outline:none;
}
body {
	background:White url(/assets/images/bg01.jpg) repeat-x top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;
	color: Black;
	line-height: 15px;
	text-align:justify;
	overflow:auto;
	
}
/****************** layout ************************/
#page {
	height:100%; 
	width:100%;
	margin:0 auto
}
div[id=page] {
	background: none;
}

#container {
	position:absolute;
	top:0;
	display:block;
	margin:0 auto;
    width:100%
}
#contentbg{background:transparent url(/assets/images/bgcontent.png) no-repeat top center; margin-top:310px; 
           padding-top:30px}
#contentbg2{background:transparent url(/assets/images/bgcontent.png) no-repeat top center; margin-top:150px; 
           padding-top:30px}
#topPanel{height:124px; background: transparent url(/assets/images/bgmenu.png) no-repeat top center; width:965px; 
          margin:0 auto; padding-left:15px}
.CntContainer{width:980px; margin:0 auto}
div#footer{background:transparent url(/assets/images/footer02.jpg) repeat-x center 0%; height:120px; clear:both}
div#footerwrapper{background:transparent url(/assets/images/footer.jpg) no-repeat center 0%; height:120px
                  ;color: #969696; font-family: Arial,Verdana, Helvetica, sans-serif;font-size:11px; 
                  text-align:center; clear:both}  
/****************** Banner ************************/
#billboard {
	position:absolute;
	width:100%; height:435px;
	z-index:0;
	left:0;
	top:60px;
	background-color:#666666
}
#billboard ul, #billboard li {
	list-style-type:none;
	margin:0; padding:0;
}
#billboard #swf {}


/****************** text ************************/
a{color: #EE3424; text-decoration:none}
a:hover{ text-decoration:underline;  color:#EE3424}

p{ text-align:justify; margin:15px 0px 8px 0px; clear:both}

h1{margin:0; margin-left:0px;border-bottom:solid 0px rgb(225,225,225);font-size:small; 
color:Gray; height:35px; padding-top:1px}

h2{margin:0; margin-left:0px;border-bottom:solid 0px rgb(225,225,225);font-size:small; 
color:White; height:25px; padding-bottom:0px}

h3{margin:0; margin-left:0px;border-top:solid 4px rgb(210,210,210);font-size:small; 
color:White; height:20px; padding-top:0px; margin-top:5px}

h4{margin:0; margin-left:0px;border-bottom:solid 0px rgb(225,225,225);font-size:small; 
color:White; height:25px; padding-bottom:0px}

h5{margin:0; margin-left:0px;border-bottom:solid 0px rgb(225,225,225);font-size:small; 
color:#151536; height:25px; padding-top:60px}

.rpng { behavior: url(/assets/css/iepngfix.htc) }

img{border:0px solid White}
</pre></body></html>