table.dotted {
    border-top: 2px;
    border-color: #c1c1c1;
    border-top-style: dotted;
    border-right: 2px;
    border-color: #c1c1c1;
    border-right-style: dotted;
    border-bottom: 2px;
    border-color: #c1c1c1;
    border-bottom-style: dotted;
    border-left: 2px;
    border-color: #c1c1c1;
    border-left-style: dotted;
}

a.table_head {
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    font-size: 8pt;
    vertical-align: middle;
}

img.table_head {
    vertical-align: middle;
}

th.box {
    font-family: arial,helvetica,sans-serif;
    font-size: 8pt;
    padding-left:5px;
    padding-right:5px;
    text-align: left;
}

caption.box {
    font-family: arial,helvetica,sans-serif;
    font-size: 8pt;
    padding-left:5px;
    padding-right:5px;
    text-align: left;
}
