/***  "print.css"  ***/

#navigation1, #navigation2 {
        display: none;
}

#printonly  {
        color: black;
        font-family: "Verdana";
        font-size:  10pt;
        font-weight: normal;
}

.nopage {
        page-break-before: avoid;
}

/***
table   {
        page-break-inside: none;
}
        font-family: "Times New Roman";
        font-family: "Arial", sans-serif;
        font-family: "Arial";
        font-family: "Verdana";
***/

body    {color: black;
        font-family: "Verdana";
        font-size: 10pt;
        font-weight: normal;
}

body td {color: black;
        font-family: "Verdana";
        font-size:  10pt;
        font-weight: normal;
}

h1      {color: black;
        font-family: "Verdana", sans-serif;
        font-size: 16pt;
        line-height: 8px;
        font-weight: bold;
}

h3      {color: black;
        font-family: "Verdana", sans-serif;
        font-size: 16pt;
        line-height: 8px;
        font-weight: bold;
}

P.text  {color: black;
        font-family: "Verdana", sans-serif;
        font-size: 16pt;
        margin-left: 0px;
        margin-top: 0px;
        font-weight: normal;
}

.frap span  {color: red;
        display: none;
        font-family:"Arial"; 
        font-size:14; 
}

.subhd1 {color: black;
        font-family: "Arial", sans-serif;
        font-weight: bold; 
        font-size: 11pt;
        line-height: 0px;
}

.subhd2 {color: darkblue;
        font-family: "Arial", sans-serif;
        font-weight: bold; 
        font-size: 11pt;
}

.fixed {color: #333333;
        font-family: "Courier New", sans-serif;
        font-weight: bold; 
        font-size: 8pt;
}

.caption {color: black;
        font-family: Verdana;
        font-weight: normal; 
        font-size:  10pt;
}

.space1 {color: red;
        font-family: "Helvetica";
        font-weight: normal; 
        font-size: 2pt;
        line-height: 50%;
        margin: 0px;
}

.space2 {color: red;
        font-family: "Helvetica";
        font-weight: normal; 
        font-size:  10pt;
        line-height:  80%;
        margin: 0px;
}


.example {color: black;
        font-family: "Arial", sans-serif;
        font-size: 9pt;
        font-weight: normal;
        text-align: center;
        border-width: thin; 
        border-style: solid;
        border-color: black;
        padding-top: 4px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        width: 100px;
}

