
/*
 * Set margin to 0,0.
 */
body  { 
  margin-top: 0; 
  margin-left: 0; 
  overflow: -moz-scrollbars-vertical;
}


/*
 * Header background image
 */
.bimg0 {
  background-repeat: no-repeat;
  background-position: center center;
}    
 
.bimg2 {
  background-repeat: no-repeat;
  background-position: center center;
}    

 
/*
 * Setup the horizontal navigation.
 */ 
.navi {
  background-image: url(../images/navi_bg.gif);
  height: 32px;
  width: 960px;
  margin: 8px 0px 20px 0px;
}

.navi ul {
  padding:0px;
  margin:0px;
}

.navi li {
  list-style-type: none;
  float: left;
}

.navi li.nb {
  /* Navigation begin, nb */
  padding-left: 229px;  
  background-image: url(../images/navi_div.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.navi li.ex {
  /* Navigation begin, nb */
  padding-left: 229px;  
  
  /* No divided needed  */ 
}

.navi li.nm {
  /* Navigation middle, nm */
  background-image: url(../images/navi_div.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.navi li.ne {
  /* Navigation end, ne */
  /* No divided needed  */ 
}

.navi li a {
  padding-right: 16px;
  padding-left: 16px;
  display: block;
  line-height: 32px;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica, Geneva;
  font-size: 13px;
  font-weight: bold;
  color: #A0A0A0;
}

.navi a:hover {
  color: #000000;
}

.navi a.active {
  color: #000000;
}


/*
 * Setup the table navigation.
 */
.table_navi {
  width: 225px;
  border-collapse: collapse; 
}

.table_navi thead {
  background-image: url(../images/table_225_head.png);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.table_navi thead td {
  height: 28px;
}

.table_navi tbody {
  background-image: url(../images/table_225_body.png);
  text-align: left;
  vertical-align: top;
}

.table_navi tfoot {
  background-image: url(../images/table_225_foot.png);
}

.table_navi tfoot td {
  height: 16px;
}

.table_navi a {
  padding-left: 8px;
  line-height: 20px;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica, Geneva;
  font-size: 12px;
  color: #A0A0A0;
}

.table_navi a:hover  {
  color: #000000;
  font-weight: bold;  
}


/*
 * Set the default font in a table.
 */
td  { 
  font-family: Arial, Verdana, Helvetica, Geneva; 
}


/*
 * Some other defines
 */ 
.top_link,.top_link:link,.top_link:active,.top_link:visited  { 
  color: #000000; 
  font-size: 8pt; 
  font-family: Arial, Verdana; 
  font-style: italic; 
  text-decoration: none;
}


/*** EOF ***/