/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    font-family: arial;
    color: white;
    font-size: 10pt;
    background-image: url('images/web/bodyBG.gif');
    margin: 0px;
    padding: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 0px 0px;
    width: 100%;
    background-color: #c6dded;
}

.navBar
{
    width: 200px;
    margin-top: 5px;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    vertical-align: top;
}

.bodytbl
{
    width: 80%;
    min-height: 900px;
    min-width: 1060px;
    background-color: #c6dded;
    font-size: 10pt;
}

.content
{
    vertical-align: top;
    float: left;
    height: 1000px;
    margin: 0;
    padding: 0 1% 0 0;
    background-color: inherit;
    font-size: 10pt;
}
.Small
{
    font-family: arial;
    font-size: 8pt;
    color: #006699;
}
.Footer
{
    font-family: arial;
    font-size: 8pt;
    color: #FFFFFF;
    background-color: #006699;
}
.MenuSelected
{
    background-color: #004e98;
    text-align: center;
    width: 10%;
    font-size: 10pt;
}
.MenuDefault
{
    font-size: 10pt;
    background-color: #006699;
    text-align: center;
    width: 10%;
}
.UnderL
{
    text-decoration: none;
    background-color: #006699;
    text-align: center;
    width: 10%;
    font-size: 10pt;
}
.UnderN
{
    font-size: 10pt;
    width: 10%;
    text-decoration: underline;
    background-color: #004e98;
    text-align: center;
}
.tblheader
{
    text-align:center;
    color: #ffffff;
    background-color: #006699;
    font-size: 10pt;
   font-weight: bold;
}
.MenuHeader
{
    color: #006699;
    background-color: #ffffff;
    font-weight: bold;
    height: 10px;
    font-size: 10pt;
}
.MenuHeaderW
{
    color: #006699;
    background-color: #ffffff;
    font-size: 10pt;
  
}

.HideMe
{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}


A
{
    text-decoration: none;
    font-size: 10pt;
    color: #006699;
}

A:hover
{
    font-weight: bold;
    text-decoration: underline;
}


.UnderL_nc
{
    text-decoration: none;
    text-align: center;
    font-size: 8pt;
}
.UnderN_nc
{
    font-size: 8pt;
    text-decoration: underline;
    text-align: center;
}




















