* {
    background-color:   black;
    color:              white;
    font-family:        Verdana, Arial, Helvetica, sans-serif;
    font-size:          12px;
    font-style:         normal;
    font-weight:        normal;
    margin:             0px;
    padding:            0px;
}
.toplogo {
    margin-top:         8px;
    margin-left:        8px;
    width:              470px;
    height:             160px;
    background-image:   url(compliant_logo.jpg);
}
.mainarea {
    margin-top:         3px;
    margin-left:        21px;
    padding:            0px;
    width:              445px;
    font-color:         white;
}
.dateblock {
}
.badge {
    margin-top:         8px;
    margin-bottom:      8px;
    padding:            0px;
    width:              445px;
    height:             80px;
    background-color:   white;
    background-image:   url(badge.jpg);
    background-repeat:  no-repeat;
    background-position:right;
}
.badgetext {
    padding-top:        16px;
    padding-left:       8px;
    background-color:   transparent;
    color:              black;
}
.strong {
    background-color:   white;
    color:              black;
    font-weight:        bold;
}
h1 {
    color:              #0093D3;
    font-size:          18px;
    margin-top:         4px;
    margin-bottom:      4px;
}
.textblock {
    margin-top:         12px;
    margin-bottom:      12px;
}
ul {
    margin-left:        16px;
}
a:link {
    color:              #0093D3;
}
