BODY
{
    margin:0;
    background-image:url('images/bgNova4.jpg');
    /*background-image:url('images/bgFader3.gif');*/
    background-repeat: repeat-x;
    background-color:#d3d0bd;
    /*background-color:#c8e3f1;*/
}
.navbox
{
    color: #3396c6;
    BORDER-left: white 1px solid;
    CURSOR: pointer; 
    background: #000000;
}
.navItemHover
{
    COLOR: white;
    BORDER-left: white 1px solid;
    BACKGROUND-COLOR: #1d8bd0;
    CURSOR: pointer; 
}
.navBar
{
    padding:5px;
}
.pageTable
{
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    width:1005px;
    background-color:white;
    border:1px solid black;
    padding:10px;
}
.navLinks
{
    COLOR: #3396c6;
    TEXT-DECORATION: none;  
}
.navLinks:hover
{
    TEXT-DECORATION: underline;
    COLOR: #ff0000;
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline
}
A
{
    font-weight: bold;
    COLOR: #5c1d0a;
}
.contentText
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana;
    padding:5px;
}
.blackBorder
{
    border: black 1px solid;    
    margin: 5px;
}
.silverBorder
{
	border:silver 1px solid;
}
.social
{
    border:1px solid silver;
    padding-left:5px;
    padding:2px;
}
.whiteText
{
    font-weight:normal;
    font-family:Arial;
    font-size:9pt;
    COLOR: #bbbbbb;
}
.whiteLinks
{
    COLOR: #bbbbbb;
    TEXT-DECORATION: none;    
}
.whiteLinks:hover
{
    TEXT-DECORATION: underline;
}
.blueText
{
    font-weight:normal;
    font-family:Arial;
    font-size:9pt;
    COLOR: #3396c6;
}
.blueLinks
{
    COLOR: #3396c6;
    TEXT-DECORATION: none;  
}
.blueLinks:hover
{
    TEXT-DECORATION: underline;
    COLOR: #ffffff;
}
h1
{
    font-family:Arial;
    font-size:12pt;
    color:#5c1d0a;
    margin:0px;
}
h2
{
    font-family:Arial;
    font-size:14pt;
    color:white;
    margin-bottom:0px;
}
ul
{
    margin:0px;
}
.button
{
     border:1px solid black;
     cursor:pointer;
}
.mainTable
{
    width:100%;     
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana
}
.subTable
{
     background-color:#d2cdba;
     border:#5c1d0a 1px solid;
     padding:10px;
     font-size:10pt;
     color:black;
     text-align:left;
     width:220px;
}
.subTableHeader
{
     color:white;
     font-weight:bold;
     font-size:12pt;
     text-align:center;
     height:30px;
     background:#5c1d0a;
}
.creamTable
{
     vertical-align:top;
     background-color:#f0f1e3;
     border:1px solid #5a4b47;
     padding:10px;
     width:50%
}
.whiteTable
{
     border:1px solid black;
     padding:6px;
     margin:10px;
     background-color:White;
     text-align:left;
     
}
.sideBoxCell
{
    width:290px;
    background-color:#f0f0f0;
    padding:5px;
    font-size:10pt;
    border-spacing:0px;
}
.sideboxHeader
{
    height:30px;
    text-align:center;
    color:white;
    font-weight:bold;
    font-size:12pt;
}
.smallText
{
    font-size:8pt;
}
.searchBox
{
     width:230px;
     font-family:Arial;
     font-size:10pt;
     height:100px;
     background-color:#305c83;
     color:white;
     border:1px solid black;
     padding:10px;
     text-align:left;
}
.redText
{
    color:Red;
}