html, body, h1, h2, h3, h4, ul, li {
    margin:0;
    padding:0;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#ffffff;
    text-decoration:none;
    line-height:16px;
    background-color:#1b1c1f;
    margin-top:30px;
}

img {
    border: 0;
}

a:link {
    color:#535356;
    text-decoration:underline;
}

a:visited {
    color: #535356;
    text-decoration:underline;
}

a:hover {
    color: #ffffff;
    text-decoration:underline;
}

a.leftNav {
    font-weight:bold;
    color: #535356;
    text-decoration: none;
    text-transform:uppercase;
    padding-bottom:5px;
}

a.leftNav:visited {
    font-weight:bold;
    color: #535356;
    text-decoration: none;
    text-transform:uppercase;
    padding-bottom:5px;
}

a.leftNav:hover {
    font-weight:bold;
    color: #ffffff;
    text-decoration: none;
    text-transform:uppercase;
    padding-bottom:5px;
}

a.leftNavOn {
    font-weight:bold;
    color: #ffffff;
    text-decoration: none;
    text-transform:uppercase;
    padding-bottom:5px;
}

a.leftNavOn:visited {
    font-weight:bold;
    color: #ffffff;
    text-decoration: none;
    text-transform:uppercase;
    padding-bottom:5px;
}

a.leftNavOn:hover {
    font-weight:bold;
    color: #ffffff;
    text-decoration: none;
    text-transform:uppercase;
    padding-bottom:5px;
}

a.link8px {
    color:#929294;
    font-size:8px;
    text-decoration:none;
    text-transform:uppercase;
}

a.link8px:visited {
    color:#929294;
    font-size:8px;
    text-decoration:none;
    text-transform:uppercase;
}

a.link8px:hover {
    color:#ffffff;
    font-size:8px;
    text-decoration:underline;
    text-transform:uppercase;
}

a.link8pxOn {
    color:#ffffff;
    font-size:8px;
    text-decoration:none;
    text-transform:uppercase;
}

a.link8pxOn:visited {
    color:#ffffff;
    font-size:8px;
    text-decoration:none;
    text-transform:uppercase;
}

a.link8pxOn:hover {
    color:#ffffff;
    font-size:8px;
    text-decoration:underline;
    text-transform:uppercase;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/** layout **/

#mainBody {
    width: 713px;
    display:table;
}

#topLeft {
    float:left;
    width:209px;
}

#topRight {
    float:left;
    width:504px;
    text-align:right;
}

#payOff {
    height:40px;
}

#leftColumn {
    float:left;
    width:200px;
    padding-left:9px;
    text-align:left;
}

#lang {
    padding-bottom:8px;
}

#lang a {
    padding-right:10px;
}

#mainColumn {
    float:left;
    width:504px;
    text-align:left;
}

#mainTop {
    width:504px;
}

#mainLeft {
    float:left;
    width:245px;
    margin-right:14px;
}

#mainRight {
    float:left;
    width:245px;
}

#footer {
    padding-bottom:30px;
}

h1 {
    font-size:21px;
    margin-bottom:13px;
}
 
h2 {
    font-size:11px;
    font-weight:bold;
    margin-bottom:5px;
}

input.ButtonInputsWide {
    border: 1px #000000 solid;
    background: #cccccc;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    height: 22px;
    cursor: hand;
}

input.ButtonInputsMedium {
    border: 1px #000000 solid;
    background: #cccccc;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    height: 22px;
    cursor: hand;
}

input.ButtonInputsNarrow {
    border: 1px #000000 solid;
    background: #cccccc;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    height: 22px;
    cursor: hand;
}

.FormFieldInputsWide {
    border: 1px #000000 solid;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    width: 420px;
}

.FormFieldInputsMedium {
    border: 1px #000000 solid;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    width: 220px;
}

.FormFieldInputsNarrow {
    border: 1px #000000 solid;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    width: 120px;
}

.FormFieldLabelMediumStdColor {
    font-size: 12px;
}

.searchField {
    width:132px;
    height:17px;
    border:1px #777575 solid;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#717171;
    padding:3px 2px 0px 2px;
}




