﻿Body
{
 font-size:12pt;
 font-family:Verdana;
}

H2
{
    font-size:14pt;
    font-weight:bold;   
}
H3
{
    font-size:12pt;
    font-weight:bold;   
    font-style:italic;
}


.adjustedZIndex {
    z-index: 10;
}


A:link
{
    text-decoration: none;
}
A:visited
{
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}





.myMenu A:link
{
    color: white;
    text-decoration: none;
}
.myMenu A:visited
{
    color: white;
    text-decoration: none;
}
.myMenu A:hover
{
    color: white;
    text-decoration: underline;
}



.myCopyright
{
    color: black;
    font-size: 9pt;
}

.myCopyright A:link
{
    color: black;
    text-decoration: none;
}
.myCopyright A:visited
{
    color: black;
    text-decoration: none;
}
.myCopyright A:hover
{
    color: white;
    text-decoration: underline;
}




.myMenuItem A:link
{
    text-decoration: none;
}
.myMenuItem A:visited
{
    text-decoration: none;
}
.myMenuItem A:hover
{
    text-decoration: underline;
}
