 @font-face {
            font-family: tltFont;
            src: url(OpenSans.css);

        }
body {
    margin:1px;
    background-color:#f2f2f2;
    font-family: tltFont;
    font-size:9pt;
}
.div_header_top{
    width:100%;
    height:108px;
    /*background-image:url("../images/header_bj_5_108.jpg");
    background-repeat:repeat-x;*/
}
.tb_header_center{
width:100%;

height:108px;
}
.div_main_logo{
  text-align:left;
  
}
.div_logo_space_h{
   width:80px;
    height:45px;
}
.div_main_logo_img{
    float:left;
   width:234px;
   height:58px;
   /*background-image:url(../images/TLO_Logo.png);
    background-size: cover;*/

}

.div_main_logo_r{
   margin-left:50px;
   width:600px;
   font-size:14pt;

}
.div_header_menu_bg{
    width:100%;
    height:35px;
    /*text-align:right;
   
   */
   /*//background-image:url(../images/mbg.png);*/
}
.div_header_menu_c{
     width:983px;
    margin:0 auto;
     height:35px;
     

}
.div_body_main{
    width:983px;
    margin:0 auto;
}
.div_space_h_1{
    width:100%;
    height:30px;
   
}
.div_space_h_2{
    width:100%;
    height:70px;
   
}

.div_space_h_3{
    width:100%;
    height:100px;
   
}

.div_normal_title{
    width:100%;
    height:40px;
    line-height:40px; 
    font-weight:bold;
}
.div_normal_title a:link, .div_normal_title a:visited {
    color:black;
    text-decoration:none;
}


/* mouse over link */
.div_normal_title a:hover{
    color:#0f3157;
    text-decoration:none;
}

.div_body_m{
    width:100%;
}
.div_footer{
    width:100%;
    height:300px;
     background-color:#e7e7e7;
}

.dropbtn {
    /*background-color: #2674b4;*/
     /*background-image:url(images/mbg.png);*/
    color: white;
    padding:8px 12px 8px 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight:bold;
	 z-index:2;
}
.dropbtn a{
    /*background-color: #2674b4;*/
     /*background-image:url(images/mbg.png);*/
    color: white;
      font-size: 16px;
     text-decoration:none;
      font-weight:bold;
	   z-index:2;
  
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #f9f9f9;*/
    min-width: 220px;
    text-align:left;
	 z-index:2;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
      font-size: 14px;
    padding:6px 6px;
    text-decoration: none;
    display: block;
    
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #98AFC7

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #2B3856;
}



.news_title a{
    color:#2c9bec;
    font-size:15px;
    text-decoration:none;
}
.space_h_25{
   width:50px;
   height:8px;
}


