 .box{
        margin: 5px;
        border: 1px solid #60729b;
        padding: 5px;
        width: 500px;
        height: 200px;
        overflow:auto;
        background-color: #e6ebf8;
    }

a:link {color: rgb(50,50,100);
   text-decoration: none  
}      
a:visited {color: rgb(50,50,100);
text-decoration:none
}  
a:hover {color:rgb(100,100,150);
text-decoration: underline;
}  
a:active {color:rgb(0,0,0);}
    
body {
font-family: 'Lucida Grande', Verdana, Arial, cursive, 9pkt;
color:rgb(0,0,0);
}

.normal
{
    font-family: 'Lucida Grande', Verdana, Arial, cursive;
    font-size:9pt; 
    
}
h2 {
font-family: 'Lucida Grande', Verdana, Arial, cursive, 7pkt;
color: rgb(50,50,100);
margin-top: 20px;

}


h4 {
font-family: 'Lucida Grande', Verdana, Arial, cursive, 1pkt;
color: rgb(50,50,100);
line-height:30%;
margin-left: 125px;
margin-top: 5px;
}    
    
span.blue {
color: rgb(50,50,100); 
font-weight:bold;
font-size:250%;
background-color:lightskyblue;
background-position: 5% 55%;
padding-left:0.5cm;


}

span.red {color:rgb(122,22,22);}
span.green {color:rgb(22,122,22);}
span.yellow {color:rgb(112,122,2);}

div.margin
{
margin-left:25px;
}
.small
{
color:rgb(22,22,122);
font-size: 9pt;
line-height:150%;
}

p.verySmall
{
color:rgb(150,150,150);
font-size: 8pt;
text-align:justify;
}

 .cell{
    border-color:rgb(224,224,255);
    border-width: 0 0 1px 0;
    border-style: solid;
    padding-bottom: 7px;
        }
        
 .cellTop{
    border-color:rgb(224,224,255);
    border-width: 1px 0 0 0;
    border-style: solid;
    padding-bottom: 7px;
        }       

 div.footer 
 {
    text-align: right;
    color:rgb(150,150,150);
    font-size: 8pt;   
    }
    
  .footer a:visited {
  color:rgb(150,150,150);
    text-decoration:none;
  }
 
  .middle {
      text-align:center;
  }
  .right {
     text-align:right; 
  }
  
.vertaligntop { vertical-align:top;
margin-top:0;
}



