/* 
    Document   : stylesheet
    Created on : Dec 29, 2008, 9:06:12 PM
    Author     : tmangum
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-color: #CBCB9B;
    color: #FFFFFF;
    font-family: arial;
    font-size: 16px;
    text-align: center;
}

td {
   
   vertical-align: top;

}

.CellShade {

    background-color: #531800;

}

.CellShade a {

    font-family: verdana;
    font-size: 16px;
    color: #CBCB9B;
}
.CellBackground {

    background-image: url('Graphics/Background.gif');

}

.CellSideBar {
    background-color: #676745;
}

.DisplayTable
{
    font-size: 10pt;
    color: #212100;
    border: 1pt solid #676745;
    border-collapse: collapse;
}

.DisplayTable a {

    color: black;
}

.DisplayTable td 
{
    border: 1pt solid #676745;
}


.InfoBar {

    background-color: #6a311a;
    font-family: Times,serif;
    font-size: 10pt;

}

.InfoBarTitle {

    font-family: Times,serif;
    font-size: 14pt;
    font-weight: bold;

}

.MainText {
    font-family: arial;
    color: #212100;
    font-size: 16px;
}

.MainText a {
    font-family: arial;
    color: #212100;
    font-size: 16px;
    text-decoration: underline;
}

.PageTitle {
    font-family: verdana;
    font-size: 22px;
    color: #330000;
    border-bottom: 2px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
}


.RowTitle {

    font-family: verdana;
    font-size: 14pt;
    color: #CBCB9B;
    background-color: #6a311a;

}

.RowSubTitle {

    font-family: arial;
    font-size: 12pt;
    color: #CBCB9B;
    background-color: #676745;

}

.SectionTitle {
    font-family: Arial,Helvetica,sans-serif;
    color: #330000;
    font-size: 18px;
}

.SectionTitle2 {
    font-family: Aria,Helvetica;
    color: #330000;
    font-size: 16px;
    padding-left: 25px;
}

.SectionText2 {
padding-left: 25px;
}

.SideBarTitle {
    /* background-color: #330000; */
    font-family: verdana;
    color: #EEEEEE;
    font-size: 18px;
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    margin-bottom: 10px;
}

.SideBarText {
    font-family: arial;
    color: #FFFFFF;
    font-size: 14px;
}
