
body {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}

ul, ol {
    margin-bottom: 1em;
}

ul.skiplinks {
    display: none;
}

a {
    color: #264d7e;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

p,
.intro,
.text {
    margin: 0 0 1em 0;
}

.intro ul,
.text ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

.intro ol,
.text ol {
    list-style-type: decimal;
    margin-left: 2em;
}

ul.bullets li.item {
    overflow: visible;
}

.no_bullets > li > .no_bullets {
    margin-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #002d65;
    margin: 0 0 1em 0;
}

h1 {
    font-size: 160%;
    line-height: 1; 
}

h2 {
    font-size: 150%;
    line-height: 1; 
}

h3 {
    font-size: 140%;
    line-height: 1; 
}

h4 {
    font-size: 130%;
    line-height: 1; 
}

h5 {
    font-size: 120%;
    line-height: 1;
}

h6 {
    font-size: 110%;
    line-height: 1;
    font-style: italic;
}

form fieldset legend {
    color: #002D65;
    display: block;
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 1em;
}
