@media print
{
    .noprint     { display: none; visibility: hidden; }
}

HTML
{
    /*background-image: url(images/background_sky.gif);*/
    font-family: verdana, georgia, arial, helvetica, sans serif;
    /*font-size: 80%;*/
}
BODY, TABLE.maincontent
{
    font-family: verdana, georgia, arial, helvetica, sans serif;
    font-size: 85%;
}
/*TABLE 		 
{ 
    font-family: verdana, georgia, arial, helvetica, sans serif; 
    font-size: 80%;
}*/
CODE
{
    font-size: small;
}

.mainmenu
{
    padding: 0px;
    border-width: 0px;
    text-align: left;
}

.dynamicmenu
{
    /*
        Added a z-order attribute to the style of the dynamic (drop-down) menus in the Menu control.  
        This works around an IE bug wherein the menus do not display the text associated with them.  
        For details, see this article:
        http://weblogs.asp.net/mhildreth/archive/2009/01/26/testing.aspx    
    */
    z-index: 1;
}

.maincontent
{
    border-right: #f4f4f4 10px solid;
    padding-right: 10px;
    border-top: #f4f4f4 10px solid;
    padding-left: 10px;
    padding-bottom: 10px;
    border-left: #f4f4f4 10px solid;
    width: 100%;
    padding-top: 10px;
    border-bottom: #f4f4f4 10px solid;
    background-color: #f4f4f4;
}

.maincontent TBODY
{
    vertical-align: top;
}

H1 { font: bold 1.8em verdana; }
H2 { font: bold 1.6em verdana; }
H3 { font: bold 1.4em verdana; }
H4 { font: bold 1.2em verdana; }
H5 { font: bold 1.0em verdana; }

.expand
{
    display: none;
}

.expandkey
{
    cursor: hand;
    text-decoration: underline;
}