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

  body {
    margin: 20px;
	

    background: #fff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
  }

  * { margin: 0; padding: 0; }
  li { list-style: none; }
  a { text-decoration: none; }

  #menu{
  width:883px;
  height:26px;
  background:#b5b5b5;
  margin-left: auto;
margin-right: auto;
  }
  
  #menu li {
    float: left;
    display: block;
    font-size: 8pt;
	background-color:#b5b5b5;
	border-right: 1px solid white;
  }

  #menu li a {
    position: relative;
    padding: 6px 10px;
    display: block;
    font-weight: bold;
    color: #fff;
  }

  #menu li a:hover, #menu li a.active {
    background: #999;
    color: white;
  }

  #menu li ul {
    left : -999em;
    position : absolute;
  }

  #menu li ul li { float : none; }

  #menu li ul a {
    width : 166px;
    padding : 8px 10px;
    background : #dbdbdb;
    border-bottom : 1px solid white;
    font-weight : normal;
	color: #193360;
	text-align:left;
  } 

  #menu li ul a:hover {
    background: #193360;
	color: #fff;
  }

  #menu li:hover ul, #menu li.sfhover ul {
    left: auto;
    border-top: 1px solid #999;
  }
  
  #box {
    width : 883px;
    background : #193360;
  }
  
  .mainBox {
    color: #fff;
  }
  .footer {
  font-size:11px;
  color:  #193360;
  }
  
  .footer a{
  font-size:11px;
  color:  #193360;
  text-decoration:underline;
  }
  
  .footerBlack {
  font-size:11px;
  color:  #000000;
  }
  
  .caption {
  font-size:11px;
  color:  #000000;
  font-weight: bold;
  }