body {
    background-color: transparent !important;
    color: #000000;
    font: normal 11px Arial, Helvetica, sans-serif;
    overflow: auto;
}

body, form, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, img {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    font-family: Helvetica, Arial, sans-serif;
    color: #0070B9;
    font-weight: bold;
}

h1 {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    position: absolute;
}

h2 {
    font-size: 26px;
    padding: 10px 10px;
}

h3 {
    font-size: 17px;
    padding: 0 0 10px 0;
}

h4 {
    font-size: 14px;
    padding: 5px;
    color: #B4D800;
}

h5 {
    font-size: 12px;
    padding: 2px 10px;
    color: #0070B9;
    font-weight: normal;
}

h6 {
    color: #0070B9;
    font-weight: lighter;
    padding: 0 14px;
}

label {
    display: inline-block;
}

a {
    color: #002949;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    outline: none;
    text-decoration: underline;
}

a:hover {
    color: #0e7347;
    text-decoration: none;
}

form select, form textarea {
    border: 1px solid #54A5D5;
    color: #000;
    padding: 0;
}

form textarea {
    width: 100%;
}

form select {
    background: #fff;
}

fieldset {
    border: 1px solid #0070B9;
    display: block;
    margin: 4px;
    padding: 2px;
}

td fieldset {
    width: auto;
}

fieldset legend {
    color: #0070B9;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 20px;
}

fieldset li {
    display: inline-block;
    float: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, button, textarea, img {
    line-height: normal
}

ul, ol {
    list-style-type: none;
}

select, input, button {
    vertical-align: middle;
}

button img {
    vertical-align: middle;
}

strong {
    font-weight: bold;
    color: #333;
}