@import url(reset.css);

body {
    background:#fff;
    font-family:helvetica, arial, sans-serif;
    font-size:12px;
    line-height:12px;
    text-align:center;
    margin-top:10px;
}

#page {
    width:720px;
    margin:0 auto 10px auto;
    text-align:center;
    }

p {
    padding-bottom:10px;
    line-height:12px;
    }

strong { font-weight:bold; }
em { font-style:italic; }

h1 { display:none; }

h2 {
    font-size:14px;
    line-height:16px;
    font-weight:bold;
    padding:5px 0 10px 0;
    }

h3 {
    padding:10px 0;
    font-size:12px;
    line-height:14px;
    letter-spacing:normal;
    font-weight:bold;
    }

ol, ul {
    margin-left:20px;
    list-style-position:outside;
    }

ol { list-style-type:decimal; }
ul { list-style-type:disc; }

li {
    line-height:14px;
    padding-bottom:10px;
    }

a { text-decoration:underline; }

#legal {
    padding:0 10px;
    font-size:11px;
    text-align:left;
    }

address {
    line-height:12px;
    font-style:normal;
    padding-bottom:10px;
    }

table.legal {
    margin-bottom:10px;
    border:1px solid #888;
    border-spacing:2px;
    }

table.legal th {
    font-weight:bold;
    text-align:center;
    }

table.legal td, table.legal th {
    padding:2px;
    border:1px solid #ccc;
    }

.centered td { text-align:center; }

#footer { font-size:11px; }
