﻿/* 
 ** Standard styles for document 
 */
body
{
    background: #A40A0A;
    color: black;
    font-family: Verdana, Arial, Times New Roman;
    font-size: 0.9em;
    background-repeat: repeat;
    background-attachment: fixed;
}

p.paccordion
{
    font-family: Verdana, Arial, Times New Roman;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    word-spacing: normal;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 1.0em;
    margin: 5px;
}

p.ptabs
{
    font-family: Verdana, Arial, Times New Roman;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    word-spacing: normal;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 1.0em;
    margin: 5px;
}

p.accordion
{
    font-family: Verdana, Arial, Times New Roman;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    word-spacing: normal;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 1.0em;
    margin: 5px;
}

p
{
    font-family: Verdana, Arial, Times New Roman;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    word-spacing: normal;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 1.0em;
    margin: 5px;
}

.signup
{
    font-family: Verdana, Arial, Times New Roman;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    word-spacing: normal;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.0em;
    font-size: 0.8em;
}

ul.lists
{
    font-family: Verdana, Arial, Times New Roman;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    word-spacing: normal;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 0.9em;
    margin-top:0em;
    margin-right: 40px;
    margin-left: 50px;
    list-style-type: disc;
}

ul.numlists
{
    font-family: Verdana, Arial, Times New Roman;
    background-color: transparent;
    color: #C90000;
    text-decoration: none;
    word-spacing: normal;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 1.0em;
    margin-top: 0em;
    margin-right: 40px;
    margin-left: 50px;
    list-style-type: decimal;
}

h1
{
    color: white;
    font-family: Verdana, Arial, Times New Roman;
    font-size: 1.1em;
    margin: 0px;
    background: #684f38;
    background-image: url(../images/backgrounds/TitleBar.jpg);
    text-align: center;
    line-height: 1.5em;
}

h2
{
    margin-top: 0px;
    margin-left: 15px;
    color: black;
    font: 10pt Verdana, Arial, Helvetica;
}

h3
{
}

h4
{
}

h5
{
}

h6
{
}


