
/* Certain elements can change to alter the appearance of the pages quickly */


BODY
{
    font-family: "Arial";
    background-color: black;
    color: black;
    font-size: 10pt;
}

A.rollover:active
{
  color: pink;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 18pt;
  text-decoration: none;
}

A.rollover:link 
{
  color: blue;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 18pt;
  text-decoration: none;
}

A.rollover:hover 
{
  background-color: silver;
  color: red;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 18pt;
  text-decoration: none;
}

A.rollover:visited 
{
  color: purple;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 18pt;
  text-decoration: none;
}

A:active
{
    color: mediumslateblue;
}


A:link
{
    color:blue;
}


A:visited
{
    color: purple;
}


A:hover
{
    color: red;
}


H1
{
    font-family: "Arial";
    font-size: 400%;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

H2
{
    font-family: "Arial";
    font-size: 150%;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

H3
{
    font-family: "Arial";
    font-size: 150%;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
    border-top: thick solid darkgreen;
    
}


H4
{
    font-family: "Arial";
    font-size: 120%;
    color: darkgreen;
    margin-top: 0;
    margin-bottom: 0;
}

H5
{
    font-family: "Arial";
    font-size: 80%;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}

H6
{
    font-family: "Arial";
    font-size: 70%;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}


TABLE
{
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}


TABLE.narrow
{
    width: 70%;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: white;
}

TABLE.wide
{
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: white;
}


TR
{
    background-color: white;
}


TH
{
    font-size: 11pt;
    text-align: center;
    vertical-align: top;
    padding: 5;
}


TH.title
{
    font-size: 11pt;
    text-align: left;
    background-color: darkgreen;    
    vertical-align: center
    padding: 5;
}

TD
{
    font-size: 11pt;
    text-align: left;
    background-color: white;
    vertical-align: top;
    padding: 5;
}

TD.right
{
    text-align: left;
    background-color: white;
    vertical-align: top;
    padding: 5;
    border-left: thin solid darkgreen;    
}


TD.center
{
    text-align: center;
    background-color: white;
    vertical-align: top;
    padding: 5;
}


TD.side
{
    font-size: 11pt;
    text-align: left;
    background-color: lightblue;
    vertical-align: top;
    padding: 5;
}

TD.form
{
    text-align: right;
    background-color: white;
    vertical-align: top;
    padding: 5;
}

OL
{
    list-style-type: decimal;
}


UL
{
    list-style-type: square;
}


EM
{
    font-weight: bolder;
    font-style: italic;
}


DT
{
    font-weight: bold;
    font-style: italic;
}


DD
{
    font-weight: normal;
    font-style: normal
}




