@import url(../global.css);

div#back-button {
    margin-bottom:10px;
}

div#button-6 a.title {
    color:white;
}

p.disclaimer {
    font-size:0.75em;
    color:#142d7c;
}

div.fineprint {
    float:left;
    padding-top:40px;
}

hr {
    color:#142d7c;
    margin-right:5%;
}

div#back-button {
    background-image:url('../../images/back.png');
    background-repeat:no-repeat;
    float:right;
    width:55px;
    height:70px;
    margin:0% 8% 0% 5%;
}

div#back-button a.title {
    color:black;
    font-weight:bold;
    padding:40px 10px 0px 10px;
    float:left;
    text-decoration:none;
 }  
 
 ol {
     padding: 0px 0px 10px 60px;
}

ol.olnested {
    padding-left:10px;
}

li.olnest {
    list-style-type:lower-alpha;
    font-size:1.2em;
    margin-left:10px;
}

img {
    border:0;
}