@charset "iso-8859-1";
/*
 * This is a stylesheet to be used for VSAB HTML Files.
 */

body 
{
   font-family:Arial;
   font-size:100%;
   text-decoration:none;
   color:black;

scrollbar-base-color: white;
scrollbar-arrow-color: gray;
scrollbar-track-color: withe;

scrollbar-shadow-color: gray;
scrollbar-lightshadow-color: gray; 
scrollbar-darkshadow-color: black;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: white;

}
h1
{
   font-family:Arial;
   font-size:200%;
   text-decoration:none;
   color:black;
}
h2
{
   font-family:Arial;
   font-size:100%;
   text-decoration:none;
   color:black;
}
h3
{
   font-family:Arial;
   font-size:90%;
   text-decoration:none;
   color:black;
}
h4
{
   font-family:Arial;
   font-size:80%;
   text-decoration:none;
   color:black;
}
h5
{
   font-family:Arial;
   font-size:60%;
   text-decoration:none;
   color:black;
}
h6
{
   font-family:Arial;
   font-size:80%;
   text-decoration:none;
   color:blue;	
}
a
{
   font-family:Arial;
   font-size:100%;
   text-decoration:none;
   color:blue;
   background:transparent;
}
a:hover 
{
   color:gray;
   background:transparent;
}
a.Mailto
{
   font-family:Arial;
   text-decoration:none;
   color:blue;
   background:transparent;
}
a.Mailto:hover 
{
   font-family:Arial;
   text-decoration:underline;
   color:red;
   background:transparent;
}
