/* navigate base stylesheet */
body
{
margin:0px;
background: White none;
}
p,td
{
font:11px Verdana,Arial,san-serif;
}

#bodyContent a
{
text-decoration:underline;
}

#bodyContent a:hover
{
text-decoration:none;
}
#bodyContent
{
background-image:none;
}
/* global nav */
div.roll
{
color:#000000;
font:11px Verdana,Arial,san-serif;
}

a#close_nav {
position: relative;
text-decoration: none;
}

span#close_nav { display: none;
        position: absolute;
        left: -130px;
        top: -3px;
          border: none; color: black;


         }
a#close_nav:hover span#close_nav { display: block }

