
body{
    background-color:#f3f3f3;
    font-family: Route, Verdana, 'Bitstream Vera', sans-serif;
}
h2{
    color:#0099cc;
}
table{
    border-left:solid 1px #DDDDDD;
    border-right:solid 1px #DDDDDD;
    border-bottom:solid 2px #DDDDDD;
    border-top:none;
    width:300px;
    margin:auto;
    margin-top:20px;
    background-color:white;
}

td{
    vertical-align:bottom;
}

.smallright{
     font-size:15px;   
     color:#0099cc;
     text-align:right;
}

.bigblue{
     font-size:40px;   
     color:#0099cc; 
}

.biggreen{
     font-size:40px;   
     color:#669900; 
     font-weigth:700;
}

.middlegreen{
     font-size:20px;   
     color:#669900; 
     font-weigth:700;
}

.middleorange{
     font-size:20px;   
     color:#ff8800; 
     font-weight:700;
}

.middleblue{
     font-size:20px;   
     color:#0099cc; 
}

.description{
    color:#444444;
    padding:5px;
}

.dashedline{
  border-bottom: 1px dashed #DDDDDD;
  height:1px;
}
.dottedline{
  border-bottom: 1px dotted #DDDDDD;
  height:1px;
}