/* Resets */
html, body, div, p, span, table, tbody, tr, th, td, a, img {
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

th {
    padding: 0 0.333em;
}

hr {
    padding: 0;
    margin: 2em auto;
}

body {
    margin-top: 18px;
    font-family: 'ArialMT', 'Arial', sans-serif;
    background: #000;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

div#Format {
    position: relative;
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background: url(images/bground.jpg) top left repeat scroll;
}

div#Header {
    position: absolute;
    top: 0;
    background: url(images/lntop.png) top left no-repeat;
    background-size: 100% 100%;
    width: 900px;
    height: 135px;
    text-align: center;
    font-family: 'Verdana', 'Arial', sans-serif;
    color: #c30;
    text-decoration: none;
    z-index: 1;
}

div#HeaderTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px;
    width: 864px;
    font-size: 53px;
    line-height: 60px;
    text-shadow: #111 5px 5px 8px;
    font-variant: small-caps;
}

table#Menu {
    position: absolute;
    top: 92px;
    width: 100%;
    padding: 0 0.5em;
    border: 0;
    margin: 0;
    font-size: 21px;
    line-height: 1em;
}

th#MenuItemCurrent {
    color: #c93;
    text-shadow: #c30 1px 1px 5px;
    cursor: default;
}

th.MenuItem {
    color: #c93;
    text-shadow: #c30 1px 1px 5px;
    cursor: default;
}

th.MenuItem a {
    color: #c30;
    text-shadow: none;
    text-decoration: none;
}

th.MenuItem a:visited {
    color: #c30;
    text-decoration: none;
}

th.MenuItem a:hover {
    text-shadow: #fff 0 0 20px;
    color: #000;
    text-decoration: none;
}

th#Prev {
    width: 125px;
    text-align: left;
}

th#Next {
    width: 125px;
    text-align: right;
}

th#MenuItemNotYet {
    color: #777777;
}

th#MenuItemNotYet:hover {
    text-shadow: #000000 1px 1px 2px;
    cursor: wait;
}

td.Text {
    padding-bottom: 1em;
}

div#Margins {
    position: relative;
    width: 860px;
    padding-top: 150px;
    margin: 0 20px 20px 20px;
}

div#Footer {
    position: relative;
    padding: 0 20px;
    padding-bottom: 1px;
}

.Title {
    font-variant: small-caps;
    font-size: 16px;
}

.SuperTitle {
    font-variant: small-caps;
    font-size: 20px;
    line-height: 24px;
}

.Spoiler {
    color: #666;
    background: #666;
}

.Spoiler:hover {
    color: #333;
    background: transparent;
}

.Indent {
    margin-left: 18px;
}

a {
    padding: 0;
    border: 0;
    margin: 0;
    color: #744;
    text-decoration: underline;
}

a:visited {
    color: #555;
    text-decoration: underline;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

a.Bookmark {
    font-size: 20px;
    line-height: 1.1em;
    padding-bottom: 3px;
    color: #333;
    cursor: wait;
    text-decoration: none;
}

a.IdentNumber {
    text-decoration: none;
    color: #333;
}

a.IdentNumber:visited {
    text-decoration: none;
    color: #333;
}

a.IdentNumber:hover {
    text-decoration: none;
    color: #333;
}