/* CSS Document */
body{
background-color:#CCCCCC;
}

p{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a{
color:#000000;
text-decoration:underline;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.small-link{
color:#000000;
text-decoration:underline;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

h1{
color:#000000;
font-family:Verdana;
font-size:10px;
}

h2{
color:#000000;
font-family:Verdana;
font-size:14px;
}
        .myClass2:hover,
        .hlt {background-color: #81B0FF; color: black;}

        .myClass2 {
            h: expression(onmouseover=new Function("this.className = 'hlt';"));
        }
        .hlt {
            h: expression(onmouseout=new Function("this.className = 'myClass2';"));
        }

.table{
border:#000000;
border:1;
}

.cell{
background:#0066FF;
font-weight:bold;
}

#shadow {
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true');
background-color:#FFFFFF;
border:solid 1px #000000;
}

li{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}