body    {
    font-size: 9pt;
}
body, input, select, table, td, tr    {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#mainHeader, #breadcrumb, #mainNavig, #leftNavig {
    display: none;
}
#rightContent{
width: 100% !important;
}
h1 span{
margin-right: 10px;
}

img {
    border: none;
}
ul    {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1    {
    font-size: 13pt;
    border-bottom: 1px solid gray;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
h2    {
    font-size: 11pt;
}
h3    {
    clear: both;
    font-size: 10pt;
}

a    {
    color: black;
}
hr    {
    clear: both;
    margin: 10px 0;
}
.noprint{
display: none;
}
.listing th, .listing td{
text-align: left;
}



