body {
    scrollbar-face-color: #202d31;
    scrollbar-highlight-color: #333333;
    scrollbar-shadow-color: #333333;
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #323232;
    scrollbar-darkshadow-color: #333333;
    scrollbar-base-color: #202d31;
    font-size: 15px;
    color: white;
    font-family: "Bell MT", sans-serif;
    background: url(backg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-color: #323232;
}
.table-header {
    margin: 0px;
    text-transform: uppercase;
    padding-top: 3px;
    font-family: "Franklin Gothic Heavy", sans-serif;
    height: 34px;
    text-align: center;
}
a:link {
    font-size: 14px;
    color: white;
    font-family: "Bell MT", sans-serif;
    text-decoration: none;
}
a:active {
    font-size: 14px;
    color: white;
    font-family: "Bell MT", sans-serif;
    text-decoration: none;
}
a:visited {
    font-size: 14px;
    color: white;
    font-family: "Bell MT", sans-serif;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
td {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}
td {
    font-size: 13px;
    color: white;
}
th {
    font-size: 13px;
    color: white;
}
.table {
    border-collapse: collapse;
    background-color: #404040;
}
.table td {
    border-right: #111111 1px solid;
    border-top: #111111 1px solid;
    border-left: #111111 1px solid;
    border-bottom: #111111 1px solid;
}
.table th {
    border-right: #111111 1px solid;
    padding-right: 5px;
    border-top: #111111 1px solid;
    padding-left: 5px;
    font-weight: bold;
    background: url(/images/bg.gif) #606060 repeat-x;
    padding-bottom: 0px;
    text-transform: uppercase;
    border-left: #111111 1px solid;
    padding-top: 0px;
    border-bottom: #111111 1px solid;
    height: 24px;
    text-align: center;
}
.table table td {
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
}
.sub {
    font-weight: bold;
    background-color: #666666;
    text-align: center;
}
.final {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #303030;
}
.error {
    font-weight: bold;
    color: red;
}
div.table {
    border-right: #111111 2px solid;
    padding-right: 5px;
    border-top: #111111 2px solid;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px 0px 5px;
    border-left: #111111 2px solid;
    padding-top: 5px;
    border-bottom: #111111 2px solid;
    background-color: #404040;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.table h1 {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    background: url(button.png) repeat-x;
    padding-bottom: 2px;
    margin: -5px -5px 5px;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 2px;
    border-bottom: #111111 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
input[type="text"] {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: 14px;
    background: url(button.png) #ffffff repeat-x;
    border-left: #000000 1px solid;
    color: #000000;
    border-bottom: #000000 1px solid;
    font-family: "Bell MT", sans-serif;
}
input[type="password"] {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: 14px;
    background: url(button.png) #ffffff repeat-x;
    border-left: #000000 1px solid;
    color: #000000;
    border-bottom: #000000 1px solid;
    font-family: "Bell MT", sans-serif;
}
textarea {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: 14px;
    background-color: #ffffff;
    border-left: #000000 1px solid;
    color: #000000;
    border-bottom: #000000 1px solid;
    font-family: "Bell MT", sans-serif;
}
select {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: 14px;
    background: url(button.png) #ffffff repeat-x;
    border-left: #000000 1px solid;
    color: #000000;
    border-bottom: #000000 1px solid;
    font-family: "Bell MT", sans-serif;
}
input[type="text"]:focus {
    border-left-color: orange;
    border-bottom-color: orange;
    border-top-color: orange;
    border-right-color: orange;
}
input[type="password"]:focus {
    border-left-color: orange;
    border-bottom-color: orange;
    border-top-color: orange;
    border-right-color: orange;
}
textarea:focus {
    border-left-color: orange;
    border-bottom-color: orange;
    border-top-color: orange;
    border-right-color: orange;
}
input[type="submit"] {
    border-right: #000000 1px solid;
    padding-right: 8px;
    border-top: #000000 1px solid;
    padding-left: 8px;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 1px;
    border-left: #000000 1px solid;
    cursor: pointer;
    color: black;
    padding-top: 1px;
    border-bottom: #000000 1px solid;
    font-family: "Bell MT";
    background-color: #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
input[type="button"] {
    border-right: #000000 1px solid;
    padding-right: 8px;
    border-top: #000000 1px solid;
    padding-left: 8px;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 1px;
    border-left: #000000 1px solid;
    cursor: pointer;
    color: black;
    padding-top: 1px;
    border-bottom: #000000 1px solid;
    font-family: "Bell MT";
    background-color: #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
input[type="reset"] {
    border-right: #000000 1px solid;
    padding-right: 8px;
    border-top: #000000 1px solid;
    padding-left: 8px;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 1px;
    border-left: #000000 1px solid;
    cursor: pointer;
    color: black;
    padding-top: 1px;
    border-bottom: #000000 1px solid;
    font-family: "Bell MT";
    background-color: #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
input[type="submit"]:hover {
    background-color: #dddddd;
}
input[type="button"]:hover {
    background-color: #dddddd;
}
input[type="reset"]:hover {
    background-color: #dddddd;
}
.highlight {
}
.highlight:hover {
    cursor: pointer;
    background-color: #505050;
}
div.true {
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    background-color: #ccff33;
}
div.false {
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    background-color: #ff3333;
}
div.notice {
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    background-color: orange;
}
@font-face {
    font-family: Chopin;
    src: url("chopin.eot"); /* EOT file for IE */
}
@font-face {
    font-family: Chopin;
    src: url("chopin.ttf"); /* EOT file for FF */
}
font.letter {
    font-family: Chopin;
    font-size: 20pt;
}
