 html, body {
                height:100%;
                font-family: Tahoma, Verdana, Arial, sans-serif;
                font-size: 14px;
                font-weight: bold;
                margin:0; 
                padding:0;
                background: #F0F3F4 url(/images/top_bg.jpg) top left repeat-x;
				color:#9AA9AF;
            }
       
            A {
                color: #5DB048;
                font-size: 14px;
                font-family: Tahoma, Verdana, Arial, sans-serif;
                text-decoration: underline; 
                font-weight: normal;
				font-weight: bold;
            }
            A:hover {
                text-decoration: none; 
            }

            .header_txt{
				color:#0D2F29;
                font-size:12px;
				font-weight:normal;
			}
            .header_txt a{
				color:#0D2F29;
                font-size:12px;
				font-weight:normal;
			}
			

			.paging div{
				float:right;
				padding:0 33px 0 0;
			}

            .paging strong{
                font-size: 12px;
                float: left;
                color: #0D2F29;
                margin: 4px 3px 0 0;
            }
            .paging b{  
                padding: 3px 0px 0 0px;
                margin-left: 4px;
                color: #FFFFFF;
				background: url(/images/paging_cur.gif) top left no-repeat;
                font-size: 12px;
                font-weight: bold;
				width:19px;
				height:16px;
				display:block;
				text-align:center;
				float:left;
            }   
            .paging a{  
                padding: 3px 0px 0 0px;
                margin-left: 4px;
                color: #FFFFFF;
				background: url(/images/paging_a.gif) top left no-repeat;
                font-size: 12px;
                font-weight: normal;
				width:19px;
				height:16px;
				display:block;
				text-align:center;
				float:left;
            }   
			
			h2{
				font-size:24px;
				color:#1C5248;
				font-weight:normal;
				margin:10px 0 10px 0;
			}
			
			
			a img{
	border:1px solid #666666;
	background: gray;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
            }
			a:hover img{
                border:1px solid #E9771A;
				background: gray;
            }
			
			
			
			
            .copy {
                font-size: 14px;
                color:#FFFFFF;
            }
            .copy a{
                color:#FFFFFF;
            }

        .style1 {font-size: 10px}
        .txtth {
				font-size: 10px;
				color:#003333;

				}