
body {
    margin: 100px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    font: 10px verdana;
    color: #000;
}

img {
    float: left;
}

strong {
    font-weight: bold;
}

div, p {
    margin: 0px;
    padding: 0px;
    overflow: visible;
}

td.head {
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

td {
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

td.meter {
    background-image: url(../_img/bg_meter.gif);
    background-repeat: no-repeat;
}

div.meter {
    overflow: hidden; 
    height: 10px; 
    background-image: url(../_img/meter.gif);
    border-right: 1px solid #000;
}

#wrap {
    margin: 0 auto;
    width: 240px;
    text-align: center;
}

#body {
    margin: 0px;
    text-align: left;
}
