@media screen {

body {
    font-family: arial, helvetica, sans-serif; 
    background-color: #ffffff;
}

#header1 {
    color: #006633; 
    font-family: comic sans ms;
    font-size: 150%;    
    font-weight: bold;
}

#header2 {
    color: #006633; 
    font-family: comic sans ms;
    font-size: 200%;    
    font-weight: bold;
}

#topnav 
{   background-color: #006633; 
    font-size: 96%;
    font-family:  Arial, sans serif;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    padding: 3px;  }

#topnav A:link
{   color: #ffffff;
    text-decoration: none;  }

#topnav A:visited
{   color: #ffffff;
    text-decoration: none;  }

#topnav A:hover
{   color: #66cc00;
    text-decoration: underline;  }

#regtext
{   background-color:#ffffff;
    font-size:  92%;
    font-family:  arial, sans serif;
    text-align: left;
    padding: 3px;   }

#regtext A:hover
{   color: #006633;
    font-weight: bold;
    text-decoration: underline;  }

#regtext A
{   color: #993300;
    font-weight: bold;
    font-size: 90%;
    text-decoration: underline; }
    
.largertext
{   font-size: 100%;  }


.smalltext
{   font-size: 80%;  }

}

@media print {
body {
    font-family: arial, helvetica, sans-serif; 
    background-color: #ffffff;
    width: 100%;
    font-size:12pt;
}

.header 
{      font-family: Verdana;
       font-size:12pt;
       font-weight:bold;
       border:1px solid #cccccc;
       padding:5px;       }

p 
{       font-family:Arial;
       font-size:12pt;       }

.ad {       display:none;       }

.toolbar {       display:none;       }
}
