a:link
{
    color: darkgreen;
    
    font-weight: bold;

    text-decoration:none;

}
a:visited
{
    color: darkgreen;
    
    font-weight: bold;

    text-decoration:none;

} 
a:active 
{
    color: darkred;
    
    font-weight: bold;

    text-decoration:none;

}
a:hover 
{
    color: lightgreen;
    
    font-weight: bold;

    text-decoration:underline;
}

body
{
    font-family: Verdana, Arial, Helvetica;
    scrollbar-highlight-color: black;
    scrollbar-shadow-color: green;
    scrollbar-track-color: white; 
    scrollbar-face-color: white; 
    scrollbar-arrow-color:black;
    
    color: black;
}
table
{
    background-color: white;
    font-size:x-small;
}


h1, h2, h3, h4, h5, h6
{
    font-family: Verdana, Arial, Helvetica;
}
h1
{
    color: rgb(204,255,0);
}
h2
{

}

h4
{
    color: rgb(255,51,153);
}
h5
{
    color: rgb(153,504,255);
}
h6
{
    color: rgb(204,255,0);
}

.TDcolor1
{
    background-color:white;
}

.TDcolor2
{
    background-color:aliceblue;
}

.Headline1
{
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-color: #006699;
}

.Headline2
{
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: steelblue;
}

.Headline3
{
    font-weight: bold;
    font-size: 12px;
    color: white;
    background-color: lightsteelblue;
}

.refbutton1
{
    border-width:thin;
    border-style:outset;
    border-color:black;
    background-color:aliceblue;
    text-align:center;
    Font-size:14px;
}

.refbutton2
{
    border-right: black thin outset;
    border-top: black thin outset;
    font-weight: bold;
    font-size: 12px;
    border-left: black thin outset;
    color: white;
    border-bottom: black thin outset;
    background-color: #cc0033;
    text-align: center;
    text-decoration: none;
}

.TableOne
{
background-image:url("./bggreen1.gif");color:white;font-size:x-small; font-family: Verdana, Arial, Helvetica;
}

.TableZero
{
border-color:black;border-style:solid;background-color:white;margin-left:0px;margin-top:0px;font-family:verdana;font-size:xx-small;
}

.TableCal
{
border-color:darkgreen;border-style:inset;font-family:verdana;font-size:x-small;
}

.AAlt1
{
 background-color:darkgreen;color:white;font-family: Verdana, Arial, Helvetica;
}

.Header1
{
background-color:white;color:black;font-size:medium; font-family: Verdana, Arial, Helvetica;
}

.Disable1
{
    color: grey;
    
    font-weight: bold;

    text-decoration:none;

} 
