/* 
    Document   : bandwidth
    Created on : 17.12.2009, 14:11:14
    Author     : as
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}

table.info {
    border:1px solid gray;
    padding:0px;
    margin:1px;
    font-size: 10pt;
}

td.headtitle {
    text-align:right;
    font-weight:bold;
    background-color:#cbd4e3;
}

td.normal {
    text-align: right;
    background-color: #e7ebf2;
}
