body
{
    margin: 0px;
    background-color: #ffffff;
    color: #000000;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica;
}

img
{
    border: none;
}

td, input
{
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica;
}

select
{
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica;
}

a, a:visited
{
    font-size: 10pt;
    color: #003399;
}

a:hover
{
    color: red;
}
.tab, .centerTab, .leftTabLine, .rightTabLine
{
    background-color: #F0EFEF;
}
.centerTab, .leftTabLine, .rightTabLine
{
    padding: 6px 4px 6px 4px;
}
.tabSelected, .centerTabSelected, .leftTabLineSelected, .rightTabLineSelected
{
    background-color: #DEDEDE;
    font-weight: bold;
}
.centerTabSelected, .leftTabLineSelected, .rightTabLineSelected
{
    padding: 6px 4px 6px 4px;
}
.leftTabLine, .leftTabLineSelected
{
    background-image: url(/images/tabs/topleftcurve.gif);
    background-repeat: no-repeat;
}
.rightTabLine, .rightTabLineSelected
{
    background-image: url(/images/tabs/toprightcurve.gif);
    background-repeat: no-repeat;
}
.spacerTab
{
    padding-left: 5px;
}
.tabBody
{
    background-color: #DEDEDE;
}

.windowBox
{
    background-color: #F5F5F5;
    border: 3px;
    border-collapse: collapse;
    border-color: #CCCCCC;
    border: solid 1px #cccccc;
}

.windowBoxHeader
{
    background-color: #336699;
    padding: 3px;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
}

.windowBoxHeader a
{
    color: #ffffff;
    font-weight: normal;
}

.sectionHeader a, .sectionHeader a:active, .sectionHeader a:visited, .sectionHeader a:hover
{
    color: #ffffff;
    font-weight: normal;
}

.listRow
{
    background-color: #dddddd;
}

.altListRow
{
    background-color: #ffffff;
}

.templateTopBar
{
    background-color: #F5F5F5;
    border-bottom: solid 1px #000000;
    height: 10px;
}

.templateTopBar td
{
    height: 10px;
}

.templateLeftBar
{
    background-color: #F5F5F5;
    border-right: solid 1px #000000;
    padding-left: 5px;
    height: auto;
}

.templateMain
{
    height: auto;
}


.footer
{
    font-size: 7pt;
}
.xsmall
{
    font-size: 7pt;
}
.small
{
    font-size: 8pt;
}
.pageHeader
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.posting
{
    border-bottom: dotted 1px #000000;
    border-left: dotted 1px #000000;
    border-right: dotted 1px #000000;
}

pre
{
    display: block;
    font: 100% "Courier New" , Courier, monospace;
    padding: 10px;
    border: 1px solid #bae2f0;
    background: #e3f4f9;
    margin: .5em 0;
    overflow: auto;
    width: 800px;
}

#preview
{
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}
.pageSummary
{
    width: 360px;
    margin: 5px auto 5px auto;
    padding-bottom: 20px;
}
.messagePanel
{
    width: 360px;
    margin: 5px auto 5px auto;
    padding-bottom: 20px;
}
.bannerImageDiv
{
  width:575px; 
  margin: auto;
}
