* {
    color: #000;
}
a {
    text-decoration: none;
}
html, body {
    background:#fff;
    background:none;
}
body {
    font-size:12pt;
}
h1 {
    font-size: 1.3em;
}
h2, h3 {
    page-break-after: avoid;
}
section.content >article > time {
    display: block;
    font-size: 0.8em;
    page-break-after: avoid;
}
section.content >article > a {
    font-weight: bold;
}
#maincolumn section.documents article {
    min-height: 65px;
    position: relative;
    overflow: hidden;
    margin: 1em 0;
}
#maincolumn section.documents dd {
    margin: 0;
}
#maincolumn section.documents a.up {
    position: absolute;
    right: 0;
    top: 0;
}
#maincolumn section.documents dd section h3{
   font-size: 1em;
}
#maincolumn section.documents dt span {
    font-weight: bold;
    font-size: 1.2em;
}
#maincolumn section.documents article div {
    display: inline;
    margin: 0 10px;
    background: #ebebeb;
    position: relative;
    width: 27px;
    height: 37px;
    border: 1px solid #6e6e6e;
    margin-right: 15px;
    margin-bottom: 25px;
    float: left;
}
#maincolumn section.documents article div em {
    background: #1d91d4;
    color: black;
    font: 8px/10px Arial, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 25px;
    margin: 1px;
    display: block;
    margin-top: 13px;
}
#maincolumn section.documents article div span {
    position: absolute;
    left: -10px;
    width: 50px;
    display: block;
    text-align: center;
    top: 45px;
    font-size: 12px;
    white-space: nowrap;
}
#maincolumn section.documents article a p {
    margin: 0;
}

.update {
    display: block;
    font-size: 0.9em;
}
footer > p {
    font-size: 0.7em;
}

#top,
#sidebar,
#search,
footer > ul,
footer > a,
time,
.navigator{
    display:none;
}