﻿
body
{
    font: 62.5%/1.2 Arial, Helvetica, Verdana, sans-serif;
    color: #808285;
}

a
{
    color: #004584;
    text-decoration: none;
}

a:hover,
a:focus
{ text-decoration: underline; }

strong
{ font-weight: bold; }

h1
{
    margin-bottom: 0.266em;
    font-size: 1.5em;
    font-weight: normal;
    color: #033c5a;
}

body.iPhone h1
{
    margin-bottom: 0.272em;
    font-size: 2.2em;
}

h2
{
    font-size: 1.1em;
    letter-spacing: -0.5px;
    color: #316178;
}

p,
ul,
table
{
    margin-bottom: 1.454em;
    font-size: 1.1em;
}

div#page
{
    min-width: 176px;
    width: 100%;
    max-width: 520px;
    overflow: hidden;
}

div#header
{ background: #fff url('../../images/layout/default/all/divider.gif') 0 55px repeat-x; }

div#body
{ padding: 10px 4px 0; }
    
img.right
{
    position: relative;
    left: 4px;
    float: right;
    padding: 0.3em;
}

div#footer
{
    padding: 16px 4px 10px;
    background: #fff url('../../images/layout/default/all/footer.gif') 0 0 no-repeat;
}

    div#footer p
    { 
        margin-bottom: 1em;
        font-size: 1em;
    }

p#copyright
{
    width: 95%;
    color: #666;
}        

