p            { margin-top: 0; margin-bottom: 0 }
form	{display:inline}

a:link       { color: #576B90; text-decoration: underline; }
a:visited    { color: #576B90; text-decoration: underline; }
a:hover      { color: #800000; text-decoration: underline; }

a:link.leftNavLink       { color: #576B90; text-decoration: none; padding-left:10px }
a:visited.leftNavLink    { color: #576B90; text-decoration: none; padding-left:10px }
a:hover.leftNavLink      { background-position: left center; color: #800000; text-decoration: none; padding-left:10px; background-image:url('../images/arrowred.gif'); background-repeat:no-repeat }



.leftNav     { border-bottom:1px dotted #EBEBEB; font-family: Arial; font-size: 10pt; font-weight: bold; 
               padding-bottom: 4px; padding-top:4px }
.leftnavsub  { font-family: Arial; font-size: 11px; font-weight: bold; 
               margin-left: 18px; margin-bottom: 5px }

a:link.bottomlinks { color: #C0C0C0; text-decoration: none }
a:visited.bottomlinks { color: #C0C0C0; text-decoration: none }
a:hover.bottomlinks { color: #808080; text-decoration: none }

a:link.redlinks { color: #C0C0C0; text-decoration: none }
a:visited.redlinks { color: #C0C0C0; text-decoration: none }
a:hover.redlinks { color: #808080; text-decoration: none }


.list        { font-family: Arial; font-size: 12px; color: #495575; font-weight: bold; 
               margin-top: 0px; margin-bottom: 7px }
               

a:link.adLink
{
    /*color: #0000FF;*/
    text-decoration: none;
    font-weight: bold;
}
a:visited.adLink
{
    /*color: #0000FF;*/
    text-decoration: none;
    font-weight: bold;
}
a:hover.adLink
{
    /*color: #0000FF;*/
    text-decoration: underline;
    font-weight: bold;
}
a:active.adLink
{
    /*color: #0000FF;*/
    text-decoration: underline;
    font-weight: bold;
}
.adBox
{
    font-size: 10pt;
    font-family: arial;
    /*border: 1px solid; /*#b4d0dc*/
    padding-right: 2px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 223px;
    /*float: left;*/
    cursor: pointer;
    cursor: hand;
    /*background-color: #FBFDFC;*/
    /*margin-right: 6px;*/
    width:100%
}

#BlueBox
{
    border: #94BDCF 1px solid;
    background-color: #F5FBFC;
    /*FBFDFC*/
}

#GreenBox
{
    border: #B4DCD0 1px solid;
    background-color: #F2F9F7;
}


#YellowBox
{
    border: #FFEB9B 1px solid;
    background-color: #FFFFF9;
}

#PinkBox
{
    border: #FFCEFF 1px solid;
    background-color: #FFF9FF;
}

#GrayBox
{
    border: #C0C0C0 1px solid;
    background-color: #FBFBFB;
}


#WhiteBox
{
    border: #94BDCF 1px solid;
    background-color: #FFFFFF;
}





.disURL
{
    color: green;
    font-size: 8pt;
}







a:link.adLinkBig
{
    font-size: 28pt;
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
}
a:visited.adLinkBig
{
    font-size: 28pt;
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
}
a:hover.adLinkBig
{
    font-size: 28pt;
    color: #0000FF;
    text-decoration: underline;
    font-weight: bold;
}
a:active.adLinkBig
{
    font-size: 28pt;
    color: #0000FF;
    text-decoration: underline;
    font-weight: bold;
}
.adBoxBig
{
    padding:8px; font-size: 18pt;
    font-family: arial;
    /*border: #b4d0dc 2px solid;*/
    width: 100%;
    cursor: pointer;
    cursor: hand;
    /*background-color: #FBFDFC;*/
    font-weight: bold
    
}
.disURLBig
{
    color: green;
}