﻿*
{
    font-family: Arial;
}
#wrapper
{
    width: 700px;
    position: relative;
    left: 50%;
	margin-left: -350px;
}
h1
{
    font-size: 15pt;
    text-align: center;
    font-weight: normal;
}
/* h2 used for terms */
h2
{
    font-size: 9pt;
}
h3
{
    text-align: center;
    font-size: 12pt;
    font-weight: normal;
}
h4
{
    font-size: 10pt;
}
p
{
    text-align: justify;
    font-size: 9pt;
}
ol
{
    font-size: 9pt;
}
.updated
{
    text-align: center;
}
.emphasize
{
    text-transform: uppercase;
}
.subhead
{
    font-weight: bold;
}
.sub1
{
    text-indent: 40px;
}
.sub2
{
    text-indent: 80px;
}
#footer
{
    font-size: 7pt; 
}
#footer a
{
    font-size: 7pt;
}
