body{
padding: 0;
margin: 0;
font-family: tahoma;
font-size: 10pt;
color:#666666;
}

.mtable{
margin: 0 auto; 
text-align: left;
width:820px;

}
.contenttable{
    width: 100%;
    height: 100%;
}

div.centered{
text-align: center;
}

.headcap{
    border-bottom: 1px #ff7839 solid;
}
.ccap1{
   font-size: 25pt;
   text-decoration:underline;
}
.ccap2{
   font-size: 12pt;
   text-align: center;
}
.hdcap{
    text-align: right;
}

.footcap{
    margin-top: 5px;
    border-top: 1px #ff7839 solid;
    text-align: right;
}

.bigbtn{
    float: left;
    width: 260px;
    height: 150px;
    border: 1px sandybrown solid;
    margin: 5px;
    background: #ffba34;
    cursor: hand; cursor: pointer;
}

.overlay {
    position: absolute;
    display: none;
    z-index: 1;
    float: left;
    width: 256px;
    height: 146px; 
    margin: 5px;
    background: white;
   filter:alpha(opacity=90); 
   -moz-opacity: 0.9; 
   opacity: 0.9; 
   border: 1px sandybrown solid;
   padding: 3px;
   cursor: hand; cursor: pointer;
  
   vertical-align: central;
  text-align: center;
}

.bigbtncap{
   font-size: 28pt;
   color: white;
}
.info{
  margin: 5px; 
  
 
}
.infoicon{
    font-size: 25pt;
    float: left;
    width: 48px;
    height: 48px;
    border: 1px  #898bff solid;
    margin: 5px;
    background: #99adff;
    vertical-align: central;
    text-align: center;
    color: white;
}

.addinfo{
   text-align: left;
   font-size: 12pt;
   border-bottom: 1px #ff7839 solid;
   margin-right: 5px;
}
.addinfoitem{
    font-size: 11pt;
    font-weight: bold;
    float: left;
    width: 399px;
   /* height: 36px;
    line-height: 36px; */
    margin-top: 5px;
    text-align: left;
    padding: 2px;
    cursor: hand; cursor: pointer;    
        
    border: 1px sandybrown solid;
    background: #ffba34;
    color: white;
    
    /*
    border: 1px  #898bff solid;    
    background: #99adff;
    */
vertical-align:middle;
}
.additemcap{
   padding-left: 5px; 
    vertical-align:middle;
}
.overlay_addi {
    position: absolute;
    display: none;
    z-index: 1;
    float: left;
    width: 399px;
    height: 37px;
    line-height: 36px;
    margin-top: 5px;
    
    background: white;
   filter:alpha(opacity=90); 
   -moz-opacity: 0.9; 
   opacity: 0.9; 
   
   border: 1px sandybrown solid;
   padding: 3px;
   cursor: hand; cursor: pointer;
  
   vertical-align: central;
  text-align: center;
  color:#666666;
  font-size: 10pt;
}



.tips{
   text-align: right;
   font-size: 12pt;
   border-bottom: 1px #ff7839 solid;
   margin-left: 5px;
}
.tipsitem{
  margin-left: 5px;
  text-align:justify;
text-justify:inter-word;
}