@charset "UTF-8";
/* CSS Document */

/* wrp-print.css */
body {
    background: #fff;
    color: #191a1c;
    line-height: 140%;
}
.toprint {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
}
.toprint span {
    float: right;
}
#container, #extra, #footer, #debug, .noprint {
    display: none;
}
#content {
    width: 100%;
    margin: 0;
    padding-left: 10px;
    float: none;
    font: normal 12px "Lucida Grande", "Trebuchet MS", sans-serif;
}
#content h3, #content h4 {
    font: normal 12px "Lucida Grande", "Trebuchet MS", sans-serif;
}
a:link, a:visited {
    color: #d0002c;
}
