@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
    <!-- 


	
	
	body  {
    	font: 90% Verdana, Arial, Helvetica, sans-serif;
    	background: #efefef;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
    }
	a:link { font-weight:bold; color:#8f8f8f; text-decoration:none; }
	a:visited { font-weight:bold; color:#4f4f4f; text-decoration:none; }
	a:focus { font-weight:bold; color:red; text-decoration:none; }
	a:hover { font-weight:bold; color:red; text-decoration:none; }
	a:active { font-weight:bold; color:lime; text-decoration:none; }
	h2{ font-size:16pt; font-weight:normal}
	h3 { font-size:12pt;font-weight:normal }
	h4 { font-size:12pt;font-weight:normal }
	h4:first-line { font-size:12pt;font-weight:normal }
	h4:first-letter { font-size:18pt; color:red }
	h5{ font-size:100%; font-weight:normal}
	h6{font-size:85%;font-weight:normal}
	p {font-size:90%}

	
	.thrColLiqHdr #container { 
    	width: 100%;  
    	background: #FFFFFF;
    	margin: 0 auto; 
    	text-align: left; 
    } 
    .thrColLiqHdr #header { 
    	background: #DDDDDD; 
    	padding: 0 10px;  
    } 
    .thrColLiqHdr #header h1 {
    	margin: 0; 
    	padding: 10px 0; 
    }
    
    
    .thrColLiqHdr #sidebar1 {
    	float: left; 
    	width: 20%; 
    	background: #EBEBEB; 
    	padding: 15px 0; 
    }
    .thrColLiqHdr #sidebar2 {
    	float: right; 
    	width: 20%; 
    	background: #EBEBEB; 
    	padding: 15px 0; 
    }
    .thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
    	margin-left: 10px; 
    	margin-right: 10px;
    }
    
    
    .thrColLiqHdr #mainContent { 
    	margin: 0 20% 0 20%;
		text-align:left; 
    }
    
    .thrColLiqHdr #footer { 
    	padding: 0 10px; 
    	background:#DDDDDD;
    } 
    .thrColLiqHdr #footer p {
    	margin: 0; 
    	padding: 10px 0; 
    }
    
    
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
    --> 
    </style>
