body { 
     font-size: 10px; 
     font-family: Verdana, Geneva, Arial, serif; 
     color: black; 
     margin-left: 50px;
	  margin-top: 0px;
     margin-bottom: -1px;
     background-color: #999999;
}

table { 
     font-size: 10px; 
     font-family: Verdana, Geneva, Arial, serif; 
     color: black; 
     font-weight: 500;
}

table.text { 
     font-size: 10px; 
     font-family: Verdana, Geneva, Arial, serif; 
     color: black; 
     font-weight: 500;
     margin: 5px;
}

td.scroll { color: white; background-color: #006666; font-size: 10px; }

a.side:link { color: #ffcc00; font-weight: 600; text-decoration: none; }
a.side:active { color: #ffffff; font-weight: 600; text-decoration: none; }
a.side:visited { color: #ffcc00; font-weight: 600; text-decoration: none; }
a.side:hover { color: #ffffff; font-weight: 600; text-decoration: none; }

a:link { color: #003366; font-weight: 600; text-decoration: none; }
a:active { color: #663300; font-weight: 600; text-decoration: none; }
a:visited { color: #003366; font-weight: 600; text-decoration: none; }
a:hover { color: #663300; font-weight: 600; text-decoration: none; }

.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1-active {
    padding: 3px 12px 3px 11px;
    background: #fc0;
    font: 11px arial;
    color: #036;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border:1px solid #fc0;
}
.ddmx .item1:hover,
.ddmx .item1-active:hover{
    padding: 3px 12px 3px 11px;
    background: #fff;
    font: 11px arial;
    color: #930;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border:1px solid #fc0;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #036;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #fc0;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
	color:#930;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border-left: 1px solid #036;
    border-right: 1px solid #036;
    border-bottom: 1px solid #036;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */


