body,td         { font-family: arial, verdana, helvetica; font-size: small; color: #444444; }
a:link          { text-decoration: none; font-size: small; font-weight: bold; color: #50A050; }
a:visited       { text-decoration: none; font-size: small; font-weight: bold; color: #50A050; }
a:hover         { text-decoration: underline; font-size: small; font-weight: bold; color: #50A050; }
h5		{ margin-bottom: 4px; margin-top: 0px; font-size: 14px;}
h6		{ margin-bottom: 4px; margin-top: 0px; font-size: small;}
ul		{ margin-top: 4px; margin-bottom: 4px; margin-left: 0px;  padding: 0; list-style: inside;}
p		{ margin-top: 4px; margin-bottom: 4px;}
.p8		{ margin-top: 8px; margin-bottom: 8px;}
.ssiz           { font-size: 11px;}
.ssiz a:link    { font-size: 11px;}
.ssiz a:visited { font-size: 11px;}
.ssiz a:hover   { font-size: 11px;}

/*Lefts:Beg*/
.lhead {
    margin-top: 7px;
    padding:4px 16px 4px 0px;
    background-color: #EFEFEF;
    border:1px solid #DBDBDB;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
}
.llink {
    margin: 0;
    padding:4px 7px 5px 0px;
    background-color: #FFFFFF;
    border-left:1px solid #DBDBDB;
    border-right:1px solid #DBDBDB;
    border-bottom:1px solid #DBDBDB;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
}
.llink a:link {
    font-size: 11px;
    font-weight: bold;
}
.llink a:visited {
    font-size: 11px;
    font-weight: bold;
}
.llink a:hover {
    font-size: 11px;
    font-weight: bold;
}
/*Lefts:End*/

/*Shadows:Beg*/
.wrap0 {
        clear: both;
        margin-top: 7px;
}
.wrap0x {
        margin-top: 2px;
}
.wrap1, .wrap1x, .wrap2, .wrap3 {
        display: inline-table;
        /* \*/display: block;/**/
} 
.wrap1 {
        float:left;
        background: url(i/wrapcs.gif) right bottom no-repeat;
	margin-bottom: 5px;
}
.wrap1x {
        float:left;
        background: url(i/wrapcsx.gif) right bottom no-repeat;
	margin-bottom: 5px;
}
.wrap2 {
        background: url(i/wrapbl.gif) -4px 100% no-repeat;        
}
.wrap3 {
        padding: 0 5px 5px 0;
        background: url(i/wraptr.gif) 100% -3px no-repeat;
}
.wrap3 img {
        display: block;
}
.wrapw {
    padding: 7px 15px 7px 15px;
    background-color: #FFFFFF;
    border:1px solid #C0C0C0;
    text-align: left;
}
.wrapo {
    padding: 7px 15px 7px 15px;
    background-color: #EFEFEF;
    border:1px solid #DBDBDB;
    text-align: left;
}
.wraps {
    padding: 7px 15px 7px 15px;
    background-color: #DBDBDB;
    border:1px solid #C0C0C0;
    text-align: left;
}
.wrapg {
    padding:7px 15px 7px 15px;
    background-color: #D6E0CB;
    border:1px solid #B2C79E;
    text-align: left;
}
/*Shadows:End*/

/*DropMenu:Beg*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;   /*was Verdana*/
line-height:18px;
z-index:100;
text-align: left;	    /*done:*/
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;          /*extra space to left (was 3)*/
border-bottom: 1px solid black;
padding: 2px 0;             /*extra space above and below (was 1)*/
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:link{	    /*text foreground color*/
color: #000000;
font-size: 11px;
}
#dropmenudiv a:visited{
color: #000000;
font-size: 11px;
}
#dropmenudiv a:hover{
background-color: #C0D2C0;  /*hover background color (was black)*/
text-decoration: none;      /*done: needed for firefox*/
font-size: 11px;	    /*(also was color:white for inverse hover text)*/
}
/*DropMenu:End*/
