/* v3.0 style sheets */
A:link              { color: black; font-weight: normal; text-decoration: none; }
A:hover             { color: #cc0033; font-weight: normal; text-decoration: none; }
A:visited           { color: black; font-weight: normal; text-decoration: none; }
A:active            { color: black; font-weight: normal; text-decoration: none; }

A.uline:link        { color: black; font-weight: normal; text-decoration: underline; }
A.uline:hover       { color: green; font-weight: normal; text-decoration: underline; }
A.uline:visited     { color: black; font-weight: normal; text-decoration: underline; }
A.uline:active      { color: black; font-weight: normal; text-decoration: underline; }

a.numbers:link      { color: #cc0033; font-weight: normal; text-decoration: none; }
a.numbers:hover     { color: white;   font-weight: normal; text-decoration: none; }
a.numbers:visited   { color: #cc0033; font-weight: normal; text-decoration: none; }
a.numbers:active    { color: #cc0033; font-weight: normal; text-decoration: none; }

a.menu_item:link    { color: #cc0033; font-weight: bold; text-decoration: none; }
a.menu_item:visited { color: #cc0033; font-weight: bold; text-decoration: none; }
a.menu_item:hover   { color: #cc0033; font-weight: bold; text-decoration: none; }
a.menu_item:active  { color: #cc0033; font-weight: bold; text-decoration: none; }

.spider_data        { visibility:hidden; font-family:verdana,arial;font-size:1pt; }

.img3d          {
                border-left:2px solid #404040;
                border-top:2px solid #404040;
                border-right:2px solid #c0c0c0;
                border-bottom:2px solid #c0c0c0;
                }
.img1d          {
                border:1px solid #e0e0e0;
                }                
.new            {
                color:red;
                font-weight:bold;
                background:yellow;
                font-family:verdana;
                font-size:7pt;
                padding-left:5px;
                padding-right:5px;
                }                
/* */

