body {
    color: #333;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

img {
    border: 0;
}

a {
    color: #939;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

a:visited {
    color: #939;
}

a:hover {
    color: #564b47;
}

a:active {
    color: #000000;
}

p, pre {
    margin: 0px;
    padding: 10px 0;
}

p, ul li {
    line-height: 16px;
}

h1,
h2,
h3,
h4 {
    padding: 0 0 5px 0;
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: #333;
}

h1 a {
    font-weight: normal;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited {
    color: #333;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    margin-right: 0;
    color: #333;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 0 5px 0px;
    color: #333;
    margin-top: 30px;
}

h3, h4, h5, h6 {
    font-size: 12px;
    padding: 0 0 5px 0px;
}

.contextBox h2,
.contextBox h3,
.contextBox h4,
.contextBox h5,
.contextBox h6 {
    padding-left: 10px;
    clear: both;
}

hr {
    border: 0;
    margin: 3px 0;
    height: 1px;
    background-color: #ccc;
}

ul {
    list-style-position: inside;
    list-style-type: square;
    margin: 0px;
    padding: 0px;
}

ol {
    list-style-position: outside;
    margin: 0 0 0 20px;
    padding: 0px;
}

dl {
    margin: 10px 0;
}

dt, dd {
    display: inline-block;
    margin: 4px 0;
    vertical-align: top;
}

dl dt {
    font-weight: bold;
    clear: left;
}

dl dd {
}

.lighter {
    color: #444;
    font-weight: normal;
}

.lightest {
    color: #666;
}

.smaller {
    font-size: 11px;
}

.error {
    font-size: 11px;
    color: red;
    font-style: italic;
}

.strong {
    font-weight: bold;
}
