body,td,th {
    font-family: verdana;
    font-size: 8pt;
    color: #666666;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #4D4D4D;
}

a.main {
    color: #333333;
    text-decoration: none;
    border-bottom: 1px dashed;
    font-family: verdana;
    font-size: 8pt;
}

a.main:hover {
    color: red;
    text-decoration: none;
    border-bottom: 1px dashed;
    font-family: verdana;
    font-size: 8pt;
}

.header {
    text-align: left;
    font-family: verdana;
    font-size: 8pt;
    font-style: italic;
    border-bottom: 1px dashed black;
    font-weight: bold;
}

.content {
    font-family: verdana;
    font-size: 8pt;
    font-style: normal;
    padding: 5px;
}

.box {
    width: 500px;
}

.serv_header {
    background-image: url(images/header_bg.jpg);
    background-repeat: repeat-x;
    color: white;
    font-weight: bold;
    font-size: 8pt;
    font-family: verdana;
    height: 23px;
    padding-left: 10px;
    padding-bottom: 2px;
}