.v11-16p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 16px}
.a11-11p {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 11px}
.a11-20p {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 20px}
.v11-12p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 12px}
.v10-14p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 14px}
.v11-20p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 20px}
.a10-10p {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: normal}
.v10-10p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px}
.links
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial;
    TEXT-ALIGN: justify;
    MARGIN-LEFT: 5px;
    MARGIN-RIGHT: 5px;
    MARGIN-TOP: 0px
}

.linktree
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial;
    TEXT-ALIGN: justify;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-TOP: 0px
}

a:hover
{
  background-color: rgb(254,248,221);
  color: rgb(0,100,0);
}
a:link
{
    text-decoration: none;

}
a:visited
{
    text-decoration: none;

}
a:active
{
    text-decoration: none;

}

div.header
{

    margin:0px;
    padding:0px;
    width: 800px;
    height: 120px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    /*border-bottom-style: solid;*/
    /*border-color: rgb(88,70,0);*/
    border-bottom-style: solid;
    border-width: 2px;

}

div.shield
{
    padding: 5px;
    float: left;
    text-align: left;
    width: 100px;

}

div.navlist
{
    /*padding: 0;
    margin: 0;*/
    padding: 5px;
    float: left;
    width: 450px;
    /*border-color: #cfb35b;;
    border-style: double;*/
    text-align: left;
}

div.navlist ul
{
    padding: 0;
    margin: 0;
    text-align: left;
    padding: 5px;
    width: 440px;
    /*background: #aaaadd;*/

}

div.navlist ul li
{
    padding: 0px 0px 0px 5px;
    margin: 1px;
    display: inline;
    /*padding: 5px;/** IE will display the list incorrectly if we do padding like this*/
    text-align: left;
    /*white-space: nowrap;*/
    background: #224d22;
}

div.navlist ul a:link, div.navlist ul a:visited
{
    color: #ffffff;
    /*border: solid 1px;*/
    border-color: #009900;
}

div.navlist ul a:hover, div.navlist ul a:active
{
    /*color: rgb(0,60,0);*/
    background: #006600;
    color: #ffffff;
    /*border: solid 1px;*/
    border-color: #009900;
}

div.logo
{
    padding: 5px;
    float: right;
    width: 200px;
    text-align:right;
}
hr
{
    width: 800px;
}

input.calbtn
{
    cursor:pointer;
    width:25px;
    color:#050;
    border:1px solid;
    background-color:#fed;
    font-weight:bold;
}

input.calbtn.btnhov
{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}

select.calselect
{
    color:#050;
    border:1px solid;
    background-color:#fed;
    font-weight:bold;
}

td.caldayheader
{
    background-color:#050;
    color:rgb(255,255,255);
    letter-spacing: 2;
    font-weight: bold;

}


