body {
    margin:0px;
    font-size:11pt;
    line-height:16pt;
    font-family:sans-serif;
}

h1 {
    font-size:16pt;
    font-weight:bold;
    color:#c06;
}

h2 {
    font-size:12pt;
    color:#303;
    font-weight:bold;
    line-height:25pt;
    margin-bottom:0px;
}

h2.header_s {
    font-size:12pt;
    color:#636;
    font-weight:bold;
    line-height:25pt;
    margin-bottom:0px;
}

p {
    color:#999;
    font-size:10pt;
}

strong.header_s {
    font-size:12pt;
    color:#303;
    font-weight:bold;
    line-height:25pt;
}

td {
    font-size:10pt;
    line-height:15pt;
    color:#999;
}

td.bgg {
    background-color:#eee;
}

td.bgw {
    background-color:#fff;
}

td.bgwb {
    background-color:#fff;
    font-weight:bold;
}

td.bgpb {
    background-color:#f9c;
    font-weight:bold;
    color:#603;
}

td.cart_header {
    background-color:#907;
    color:#fff;
    font-weight:bold;
    text-align:center;
}

td.g {
    color:#999;
}

td.item_name {
    border-bottom:dotted 3px #c06;
    padding:3px;
    color:#c06;
    font-weight:bold;
    font-size:12pt;
}

td.shopping_header {
    color:#c06;
    padding-right:4px;
}

th.sidebar_title {
    background-color:#b09;
    color:#fff;
    font-size:10pt;
    background-image:url('images/sidebar_bg.gif');
    padding-top:2px;
    padding-bottom:2px;
}

.caption {
    color:#90c;
    font-size:9pt;
}

.paragraph_header {
    background-image:url('images/bg_header2.gif');
    color:white;
    font-size:14pt;
    padding:5px 0px 5px 15px;
    margin-bottom:5px;
}

@media print { 
    .do_not_print {
        display:none;
    } 
} 