body
{
    background-color: #afc8c7;
    margin: 8px;
    padding: 8px;
}

h1, h2, h3, p, a, th, td, ul, ol, li, dl, dd, dt, label, div, span, input, textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1
{
    font-size: 15px;
    color: #8e001c;
}

h2
{
    font-size: 13px;
}

ul, ol, dl, label, div.block input, div.block select, .normal, table.list th, table.list td, textarea
/* This is the "regular" font size. */
{
    font-size: 25px;
}

p
{
    font-size: 80%;
    text-align: justify;
}

.small, div.byline p, p.picturetext, .factbox
/* Be careful not to make this size unreadable (blurred) by making it too small. */
{
    font-size: 65%;
}

td.bglight .small, td.bgdark .small, ul ul, ol ol
/* This is a trick to make the smaller size appear correct when using preformatted % sizes in the table lists. */
{
    font-size: 80%;
}

ul ul, ol ol
/* This is to get nested lists to keep the correct size. */
{
    font-size: 100%;
}
 
/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    clear: left;
}

h1
{
    padding-top: 0.5ex;
    padding-bottom: 1ex;
}

h2
{
    font-weight: italic;
    font-size: 70%;
    text-align: justify;
}

h2, h3, h4, h5, h6
{
    padding-top: 1.5ex;
    padding-bottom: 0.5ex;
}

h3, h4, h5, h6
{
    font-weight: bold;
}

/* REGULAR PARAGRAPHS */

p
{
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    margin: 0px;
}

/* LINKS */

a
{
    color: #15825d;
    text-decoration: none;
}

a:hover
{
    color: #15825d;
    text-decoration: underline;
    cursor: pointer;
}

a img
/* Some browsers may display a border around a linked image without this attribute set to _none_. */
{
    border: none;
}

/* TABLES */

table
{
    margin: 0px;
    padding: 0px;
}

th
{
    padding-top: 0px;
    margin-top: 0px;
    font-weight: bold;
    text-align: left;
}

td
{
    font-weight: normal;
    text-align: justify;
    color: #232323;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul, ul ul
{
    list-style-type: disc;
}

ul
{
    margin-left: 16px;
}

ol
{
    /*margin-left: 24px;*/
}

li
{
    padding: 0px;
    margin-bottom: 0.5ex;
}


/* OTHER OBJECTS */

hr
{
    height: 1px;
    padding: 0px;
    margin-top: 2ex;
    margin-bottom: 1ex;
    color: #15825d;
    text-align: center;
}


