body,html {
    font-family:Verdana;
    background-color: #FFFFFF;
    color: #000000;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 11px;
    height: 100%;
    
	}

body A:visited { color:#000000; text-decoration:none;}
body A:link { color:#000000; text-decoration:none;}
body A:active { color:#000000; text-decoration:none;}
body A:hover { color:#f26b29; text-decoration: underline;}

#table {
   width: 100%;
   height: 100%;
   //position: relative;
   //display: block;
   }


#col1 {
    background-color: #01172e;
    width: 50%;
  }
   
#col2 {
    background-color: #ffffff;
    width: 860px;
    height: 100%;
    vertical-align: top;
    border-right: 1px #000000 solid;
   }
   
#col3 {
    background-color: #ffffff;
    width: 50%;
   }

#infobar {
    background-color: #7f8b97;
    height: 22px;
    border-top: 1px #FFFFFF solid;
    color: #000000;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    vertical-align: bottom;
    padding-right:10px;
}

#bull {
    color: #f16c2b;
    font-weight: bold;
    font-size: 17px;
    text-align: right;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
}

#copy {
    height: 15px
    width: 100%;
    background-color: #01172e;
    color: #FFFFFF;
    text-align: right;
    font-size: 9px;
}

#copy A:visited { color:#ffffff; text-decoration:none;}
#copy A:link { color:#ffffff; text-decoration:none;}
#copy A:active { color:#ffffff; text-decoration:none;}
#copy A:hover { color:#f26b29; text-decoration: underline;}


#ref1 {
  width: 170px;  
  float: left;
}

#ref2 {
  width: 665px; 
  float: right;
  font-size: 14px;
  font-weight: bold;
}

sup {
  font-size: 8px;
}


