/* DEFAULT */
body{line-height:15px;font-family:arial;font-size:12pt;color:#444444;background:white;margin:25}
td{font-family:arial;font-size:12pt;color:#444444}
a:link{color:black;text-decoration:underline}
a:visited{color:black;text-decoration:underline}
a:hover{color:red;text-decoration:underline}
li{line-height:19px}
.title{line-height:35px;font-family:arial;font-weight:bold;font-size:16pt;color:black;margin-top:10px}

/* TOP NAVIGATION */
a.topmenu:link{font-family:arial;font-size:11px;color:gold;text-decoration:none}
a.topmenu:visited{font-family:arial;font-size:11px;color:gold;text-decoration:none}
a.topmenu:hover{font-family:arial;font-size:11px;color:gold;text-decoration:none}

/* MAIN NAVIGATION (STANDARD) */
.mainbar
    {
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    color:gold;
    padding:7px;   
    }
a.mainmenu:link{color:#0b0e58;text-decoration:none}
a.mainmenu:visited{color:#0b0e58;text-decoration:none}
a.mainmenu:hover{color:#0b0e58;text-decoration:underline}

/* MAIN NAVIGATION (LEFT) */
.mnuLevel1 {margin:0px;list-style-type:none;}
.mnuLevel1 li {padding:3px;padding-left:7px;font-weight:bold;text-transform:uppercase;}
.mnuLevel2 {margin:0px;padding-left:12px;list-style-type:none;}
.mnuLevel2 li {padding:3px;padding-left:1px;border-top:#dedede 1px solid;font-weight:normal;text-transform:none;}
.mnuLevel3 {margin:0px;padding-left:12px;list-style-type:none;}
.mnuLevel3 li {padding:3px;padding-left:1px;border-top:#dedede 1px solid;font-weight:normal;text-transform:none;}
.itemSelected {color:#1684E6}
.mnuVertical {width:150px}

.mnuOver {
    padding:3px 3px 3px 10px;
    font-weight:bold;
    color:white;
    background:#333333;
    }
.mnuSelected
{
    padding-top: 3px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-right: 3px;
    color: #F6F6FC;
    background:#999999;
    font-weight: bold;
}
.mnuPath {
    padding:3px 3px 3px 10px;
    font-weight:bold;
    }
.mnuNormal {
    padding:3px 3px 3px 10px;
    font-weight:bold;
=    }
    
/* BOX (which contains links to the same level pages/Quick Links) */
.boxQuickLinks {
    border-top:#cccccc 2px dotted;
    border-bottom:#cccccc 2px dotted;
    background:#f7f7f7;
    width:100%
    }

/* BOX (which contains links to pages within the current page) */
.boxLinksWithin {
    width:100%;
    }