BODY{
      background-color:#FBFFFF;
      color: #000080;
      font-size: 11pt;
      font-family: tahoma, Arial, Helvetica, sans-serif;
      onLoad: top.window.focus();
 }
a {
      font-size: 11pt;
      font-family:  tahoma, Arial, Helvetica, sans-serif;      
      font-weight: normal;
      color: #0000FF;
      text-decoration: underline;
}
a:hover {
      font-size: 11pt;
      font-family:  tahoma, Arial, Helvetica, sans-serif;       
      font-weight: normal;
      color: red;
      text-decoration: underline;
}
.button {
      background-color: #000080;
      color:#ffffff;
      font-size: 9pt;
      font-weight: bold;
}

.dropdownc {
      background-color: #FFFFFF;
      color: #000000;
      font-size: 12pt;
      font-weight: normal;
}

.dropdown-members-menu {
      font-family:  tahoma, Arial, Helvetica, sans-serif;
      background-color: #FCFCD8;
      color: #000000;
      font-size: 11pt;
      font-weight: normal;
}

.table-bg {
      background-color:#E9E9E9;
      background-image: url('table-bg.jpg');
}

.table-bg-header {
      background-color:#E9E9E9;
      background-image: url('header-th.gif');
      line-height: 14px;
      font-family: tahoma, Arial, Helvetica, sans-serif;
      font-size: 13pt;
      text-decoration: none; 
      text-align: justify;
 }

.table-bg-header2 {
      background-color:#E9E9E9;
      background-image: url('header-th.gif');
      font-family: tahoma, Arial, Helvetica, sans-serif;
      font-size: 13pt;
      text-decoration: none; 
      text-align: center;
 }

.table-bg-menu {
       background-color:#E9E9E9;
       background-image: url('table-bg-menu.jpg');
}

.table-bg-footer {
       background-color:#E9E9E9;
       background-image: url('table-bg-footer.jpg');
}

#logo-bk{
       padding-left:10px;
       width:178px;
       height:84px;
       background:transparent url(logo-background.png) no-repeat bottom right;
}

.thumbnail {
       position:relative;
       margin:0 auto;
       width: 120px;
       height: 130px;
       padding: 4px 4px 8px 4px;
       background-color: #222;
       border: 1px solid #2a2a2a;
       color: #eee;
       float: left;
       margin-right: 10px;
       margin-left: 10px;
       margin-bottom: 10px;
}

.section {
       color: #eee;
       margin:0 auto;
       width:600px;
       background: #4F4F55;
       border-top: 1px solid #3d3d33;
       padding: 1.5em 0;
}

.clearfix:after {
       float: center;
       content: ".";
       display: block;
       height: 0;
       clear: both;
       visibility: hidden;
}

* html>body .clearfix {
       display: inline-block;
       width: 100%;
}

* html .clearfix {
        /* Hides from IE-mac \*/
       height: 1%;
       /* End hide from IE-mac */
}
