body {
  margin: 0px; 
  text-align: center;
  background-color: #000000;
}

h1 {
  display: inline;
  font-size: 18px;
  font-weight: bold;
}

h2 {
  display: inline;
  font-size: 11px;
  font-weight: bold;
}

h3 {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}

h4 {
  display: inline;
  font-size: 11px;
  font-weight: bold;
}

table, td, th {
 	font-family: Verdana, Helvetica, lucida, sans-serif, "Geneva CE"; 
  font-size: 11px; 
  color: #3F3F3F;
}

#base {
  width: 1000px;
  text-align: left;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 10px;
  background-color: white;
}

#tableLogo {
  width: 686px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 15px;
  margin-right: 10px;
}


#tableBody {
  width: 1000px;
  height: 500px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 0px;
  margin-right: 0px;
}

  #tableBody td, th {
  }

  #tableBodyMiddle {
    height: 3px;
    background-color: rgb(228,225,219);
    border-top: 1px solid white;
  }
  
  #tableBodyLeft {
    padding: 0px;
    width: 209px;
    vertical-align: top;
    background-repeat: y-repeat;
    padding-bottom: 20px;
  }
  
  #tableBodyRight {
    padding-left: 5px;
  }


#searchBoxForm {
  margin: 0px;
}


#searchBox {
  width: 208px;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid white;
  background-image: url(../images/leftback_search.gif);
  background-repeat: y-repeat;
}

  #searchBox td, th {
  }
  
  #searchBoxFormTitle {
    color: white;
    padding-left: 10px;
    height: 30px;
  }
  
  #searchBoxFormBottom {
    color: white;
    height: 10px;
  }

  #searchBoxFormInput {
    background-color: white;
    margin-left: 10px;
    width: 130px;
    border: none;
  }
  
  .searchBoxFormSubmiButton {
    cursor: pointer;
    width: 60px;
    color: white;
    font-size: 10px;
    padding-right: 8px;
    text-align: right;
    background-image: url(../images/search.gif);
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .searchBoxFormSubmiButtonActive {
    cursor: pointer;
    width: 60px;
    color: white;
    font-size: 10px;
    padding-right: 8px;
    text-align: right;
    background-image: url(../images/search_over.gif);
    background-position: 50%;
    background-repeat: no-repeat;
  }


.winType1Left {
}

.winType1Right {
}

.winType1Top {
  height: 30px;
  padding-top: 10px;
  background-image: url(../images/title_line.gif);
  background-position: bottom;
  background-repeat: no-repeat; 
}

  .winType1Top img {
    vertical-align: middle;
  }

.winType1Body {
  background-color: #FFFFFF;
}


  .winType1Body a:link {
  	color: rgb(233,110,0);
  	text-decoration: none;
  }
  
  .winType1Body a:visited {
  	color: rgb(233,110,0);
  	text-decoration: none;
  }
  
  .winType1Body a:hover {
  	color: black;
  	text-decoration: none;
  }
  
  .winType1Body a:active {
  	color: black;
  	text-decoration: none;
  }

.winType1Bottom {
  height: 10px;
}


      
      
/* newest articles */
#newestArticles {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}
  
  #newestArticles td, th {
    vertical-align: top;
 }

  #newestArticleBody {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  
  .newestArticle {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
  }
    
    .newestArticle td, th {
      vertical-align: top;
    }
  
    .newestArticlePartLogo {
      width: 68px;
      height: 68px;
      background-image: url(../images/article_bg.gif);
      background-repeat: no-repeat;
      padding: 2px;
    }
      
    .newestArticlePartText {
      width: 100%;
    }

    .newestArticle img {
      border: none;
    }

    .newestArticleText {
      border-collapse: collapse;
      border-spacing: 0;
      margin-left: 5px;
      width: 98%;
    }
      
      .newestArticleText td, th {
        vertical-align: middle;
        padding: 0px;
        padding-bottom: 5px;
        margin: 0px;
      }
  
        .newestArticleName {
          font-weight: bold;
          font-size: 12px;
          width: 100%;
        }
      
        .newestArticleDescription {
          text-align: justify;
        }
  
        .newestArticleDate {
          font-size: 8px;
          text-align: right;
        }

        .newestArticleDate img {
        }

    .articleBreakLine {
      width: 100%;
      height: 10px;
      background-image: url(../images/break_line.gif);
      background-position: 50%;
      background-repeat: no-repeat; 
    }


#article {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}
  
  #article td, th {
    vertical-align: top;
    padding: 0px;
  }
  
  #articleBody {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
  }
  
    #articleBody td, th {
      vertical-align: top;
      padding: 5px;
    }
    
    #articleName {
    }
    
    #articleDescription {
      font-size: 14px;
      text-align: justify;
    }
    
    #articleDescriptionLong {
      margin-bottom: 15px;
      text-align: justify;
    }
  
    #articleAuthor {
      font-size: 9px;
      font-weight: bold;
    }


#setPageHead {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color: white;
}

  #setPageHead td, th {
  }

  #setPage {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
  }

    #setPage td, th {
      padding-left: 2px;
      padding-right: 2px;
      text-align: center;
      vertical-align: middle;
      font-weight: bold;
    }

  #setPage a:link {
  	color: black;
  	text-decoration: none;
  }
  
  #setPage a:visited {
  	color: black;
  	text-decoration: none;
  }
  
  #setPage a:hover {
  	color: rgb(118,144,195);
  	text-decoration: none;
  }
  
  #setPage a:active {
  	color: rgb(118,144,195);
  	text-decoration: none;
  }

  .setPageNoActive {
      cursor: pointer;
      vertical-align: middle;
      color: black;
      width: 15px;
      height: 19px;
      font-weight: bold;
      background-position: center;
      background-image: url(../images/page.gif);
      background-repeat: no-repeat;
  }

  .setPageActive {
      cursor: pointer;
      vertical-align: middle;
      color: rgb(233,110,0);
    	font-weight: bold;
      width: 15px;
      height: 19px;
      background-position: center;
      background-image: url(../images/page_over.gif);
      background-repeat: no-repeat;
  }

  .setPageSelected {
      cursor: default;
      color: rgb(233,110,0);
    	font-weight: bold;
      width: 15px;
      height: 19px;
      vertical-align: middle;
      background-position: center;
      background-image: url(../images/page_over.gif);
      background-repeat: no-repeat;
  }


  .setPageText {
    color: #000000;
  }
  
  #setPage img {
    border: 0px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    background-image: none;
  }


#leftBanner {
  width: 100%;
  background-image: url(../images/banner_bg.gif);
  background-repeat: repeat-y;
}

  #leftBanner td, th {
    padding: 10px;
    padding-left: 15px;
  }

  #leftBanner img {
    border: none;
  }


#bottomBanner {
  width: 100%;
  background-image:url(../images/bottom.png);
  
  background-repeat: no-repeat;
  height: 51px;
}

  #bottomBanner td, th {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #bottomBannerLeft {
    width: 205px;
    text-align: center;
  }
  
  #bottomBanner a:link {
  	color: rgb(233,110,0);
  	text-decoration: none;
  }
  
  #bottomBanner a:visited {
  	color: rgb(233,110,0);
  	text-decoration: none;
  }
  
  #bottomBanner a:hover {
  	color: black;
  	text-decoration: none;
  }
  
  #bottomBanner a:active {
  	color: black;
  	text-decoration: none;
  }
  
