html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, sub, ol, ul, li, table, tbody, tr, td {
    border: 0 none;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}
body {
    background-color: #ffffff;
    margin-left: 2em;
    margin-top: 2em;
    color: #1c3f95;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 19px;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
}
ul {
    list-style: none outside none;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
h2 {
    color: #1c3f95;
}
a {
    background-color: transparent;
    color: #1c3f95;
}
a:link, a:visited {
    text-decoration: none;
    font-style: normal;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    font-style: none;
    border-bottom: 1px #1c3f95 solid;
    color: #1c3f95;
    padding-bottom: 1px;
    outline: none;
}
ol {
    list-style-type: none;
}
ol li {
    margin-bottom: 0.5em;
    padding-left: 7em;
}
li sub {
    display: block;
    float: left;
    margin-left: -7em;
}
