body{
    font-family: Arial, Helvetica, sans-serif;
}
th{
    width: 33%;
}
div{
    text-align: center;
    width: 100%;
}
img{
    border: 0;
}
a{
    text-decoration: none;
    font-size: 10pt;
    color: #000000;
}
span.heading {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}
SPAN.title {
    font-size: 10pt;
    font-weight: bolder;
}
span.basic {
    font-size: 8pt;
}
span.basicbold {
    font-size: 8pt;
    font-weight: bolder;
}
table{
    margin-left: auto;
    margin-right: auto;
}
td{
    text-align: center;
}
table.borders{
    border: 1px solid #CCCCCC;
}
table.seperate {
    border-style: solid;
    border-width: 2px;
    border-color: #003399;
}
TD.underline {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}

