body { 
    background-color: #006699;
}

.head {
   font-size: 14pt;
   color: #CCCCCC;
   padding: 2px 0 16px 0;
}

.foot {
   font-size: 8pt;
   color: #CCCCCC;
   padding: 2px 0 2px 0;
}

.sub1 {
   font-size: 12pt;
}

body, div, p, th, td, li, dd  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #333333;
}

.indexgrey {
   color: #808080;
}

.indextxt {
  padding: 6px 0 0 0;  
}

a:visited {
   color: #0000CC;
   text-decoration: none;
}

a:active {
   color: #0000CC;
   text-decoration: underline;
}

a:link {
   color: #0000CC;
   text-decoration: none;
}

a:hover {
   color: #0000CC;
   text-decoration: underline;
}

.img-shadow {
    float:left;
    background: url(images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

hr {
     height: 1px;
     background-color: grey;
}

.firsttab {
    background-color: #fff;
    border-top:1px solid #999;
    border-left:1;
    border-right:1px solid #999;
    border-bottom:1px solid white;
    padding: 4px 15px 4px 15px;
    float:left;
}

.secondtab {
    background-color: #fff;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    padding: 4px 15px 4px 15px;
    float:left;
}

.navimg {
    vertical-align: middle;
    margin: 0px 1px 0px 1px;
    border-style: none;
}

#dropmenudiv{
    position:absolute;
    padding: 0px 4px;
    border:1px solid black;
    line-height:18px;
    z-index:100;
}

