h1, h2, h3, h4 {
    font-family: Helvetica,Arial,sans-serif;
    color: #3c589d;
}

h1 {
    text-shadow: #cccccc 2px 2px 2px;
}

h2 {
    border-top: solid 2px #3c589d;
}

body {
    font-family: 'Sorts Mill Goudy',serif;
    font-size: 12pt;
}

tt, .moduleName {
    font-family: Courier,Courier New,fixed;
    font-size: 11pt;
}

pre {
    font-family: Courier,Courier New,fixed;
    background-color: #eaeaea;
    border: solid 1px #cccccc;
    font-size: 10pt;
    margin: 0.5em 2em 0.5em 2em;
    padding: 0.5em;
    border-radius: 2px;
    box-shadow: 3px 3px 4px #eaeaea;
}

td, th {
    white-space: nowrap;
    padding: 0.1em 0.5em 0.1em 0.5em;
}

th {
    border-bottom: solid 1px #cccccc;
}

div.titlebar {
    background-color: #eaeaea;
    border-bottom: solid 1px #666666;
    padding: 4px;
    font-family: Helvetica,Arial,sans-serif;
}

p.author, p.date {
    font-size: 10pt;
    margin: 0 0 0 0.5em;
}

p.contents {
    font-size: 10pt;
    float: right;
}

p.date {
}

p.author {
}

table {
    font-size: 11pt;
}

table.indent {
    margin: 1em 0 1em 3em;
}

table.moduleInfo, table.benchmarkSummary, table.capabilities, table.benchmark {
    margin: 1em 0 1em 3em;
}

table.benchmark td, td.module {
    font-family: Courier,Courier New,fixed;
    font-size: 10pt;
}

td.duration {
    font-family: Courier,Courier New,fixed;
    font-size: 10pt;
}

table tt {
    font-family: Courier,Courier New,fixed;
    font-size: 10pt;
}

a {
    text-decoration: none;
}

a.module {
    font-family: Courier,Courier New,fixed;
    font-size: 10pt;
}

div.blockPicture {
    margin: 0.5em 0.5em 0.5em 2em;
}

span.docLink {
    font-size: 9pt;
}

dl {
    margin-left: 1em;
}

dt {
    margin-top: 0.5em;
    margin-bottom: 0;
}

dt:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

dd {
    margin-top: 0;
    margin-bottom: 0.5em;
}

blockquote {
    font-style: italic;
}

span.inlineCode {
    font-family: Courier,fixed;
    font-size: 10pt;
    background-color: #eaeaea;
    border: solid 1px #cccccc;
    padding: 1px;
}
