body, html
{
    min-height:100%;
    height:100%;
}

html { background:white; }

body
{
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:71%;
    background:url(images/bg_body.gif) repeat-x;
}

a
{
    color:#0066aa;
    cursor:pointer;
    text-decoration:none;
}
a:hover
{
    color:#ff3366;
    text-decoration:underline;
}

p a
{
    color:#0066aa;
    text-decoration:underline;
}
p a:hover
{
    color:#ff3366;
    text-decoration:underline;
}

h1,h2,h3
{
    margin-bottom:1em;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}

h1
{
    padding-bottom:0.1em;
    font:normal 1.6em Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    border-bottom:solid 3px #ccc;
}

h2
{
    margin-top:1em;
    font-size:1.5em;
    font-weight:bold;
}

h3 { font-size:1.25em; }

p
{
    margin:0 0 1em 0;
    line-height:135%;
}

table
{
    margin:1em 0;
    width:100%;
    font-size:1em;
    border:solid 1px #666;
    background-color:white;
}
table th, table td
{
    padding:0.33em 0.4em;
    text-align:left;
    line-height:130%;
    vertical-align:top;
    white-space:nowrap;
}
table th
{
    color:white;
    background-color:#666;
}
table td { border-bottom:solid 1px #ccc; }

acronym
{
    border-bottom:solid 1px #999;
    cursor:help;
}

ol
{
    margin:0 0 1em 3em;
    list-style-type:decimal;
}
ol li { margin:0.25em 0; }

ul { margin:1em 0.5em 1em 2.25em; }
ul li
{
    margin:0.25em 0;
    list-style-type:square;
}
ul li p, ul li span { color:black; }

b { color:#333; }
