html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5em;
    padding:0 15px;
}
ol, ul {
    list-style: none;
}
ol.bullet,ul.bullet{
    list-style:disc;
    margin-left:20px;
}


blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
    font-family: Arial, sans-serif;}

h1,h2,h3,h4,h5,h6{
    color:#91192d;
    font-weight: bold;
    margin:5px 0;
}
h1{
    font-size:26px;
}
h2{
    font-size:23px;
}
h3{
    font-size:23px;
    font-weight: normal;
}
h4{
    font-size:18px;
}
h5{
    font-size:18px;
    font-weight: normal;
}
h6{
    font-size:14px;
}

a{color:#91192d;
}

.btn{color:#91192d;
    border:1px solid;
    padding:5px;
    margin:10px 0;
    display:block;
    border-radius:5px;
    border:1px solid #3c3c3c;
    text-decoration:none;
}
.btn.indent{
    margin-left:25px;
}

p{margin:0 0 10px 0;}

strong{
    font-weight: bold;}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

#terms ul, #terms ol{
    margin-left: 40px;
}

#terms ol{
    list-style:auto!important;
}