﻿body
{
    font-size:small;
}
h1
{
    font-size:1.4em;
    font-weight:normal;
}
h2
{
    font-size:1.2em;
    font-weight:normal;
}
h3
{
    font-size:1em;
    font-weight:bold;
}

body
{
    font-size:0.8em;
}
p
{
    font-size:1em;
    padding-bottom:5px;
    line-height: 125%;
}
div
{
    font-size:1em;
}

a:hover
{
    text-decoration: underline;
}

#page_footer_clear
{
    clear:both;
}
#page_footer
{
    border: 1px solid black;
    padding:6px;
    margin-bottom:20px;
    font-size:80%;
}

/* Utility Classes */
.floatleft
{
    float:left;
}
.floatright
{
    float:right;
}
.inline
{
    display: inline;
}
.smallsize
{
    font-size:80%;
}
.mediumsize
{
    font-size:85%;
}
.largesize
{
    font-size:130%;
}
.bold
{
    font-weight:bold;
}
.notbold
{
    font-weight:normal;
}
.underline
{
    text-decoration:underline !important;
}
.nounderline
{
    text-decoration:none;
}
.clear
{
    clear:both;
}
.red
{
    color:Red;
}
.green
{
    color:Green;
}
.rightalign
{
    text-align:right;
}
.topalign
{
    vertical-align:top;
}
