body {
    background: url(bg.png) repeat-x left top;
    font: normal normal 400 16px/24px sans-serif;
    margin: 0;
}

a {
    color: #3b99fc;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #99a5b1;
}

a.logo {
    background: url(logo1.png) no-repeat left top;
    display: inline-block;
    height: 40px;
    margin: 36px 18px;
    width: 192px;
}

h1 {
    font: normal normal 700 22px/2.1em sans-serif;
    margin: 0.67em 0;
    padding: 0;
}

h2 {
    font: normal normal 700 22px/1.6em sans-serif;
    margin: 0.83em 0;
    padding: 0;
}

h3 {
    font: normal normal 700 1.17em/1.27em sans-serif;
    margin: 1em 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

p {
    margin: 1em 0;
    padding: 0;
}

#epAttention {
    color: #fff;
    margin-top: -5px;
    text-align: center;
}

#epColumn1 {
    margin-right: 320px;
    padding: 20px;
}

#epColumn2 {
    float: right;
    padding: 20px;
    width: 300px;
}

#epColumn3 {
    padding: 20px;
}

#epContent {
    clear: both;
    float: left;
    padding-top: 50px;
    width: 1100px;
    margin: 0 auto;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

#epEmergency {}

#epFooter {
    color: #fff;
    clear: both;
    width: 1100px;
    margin: 0 auto;
    text-align: right;
}

#epFooter a {
    color: #fff;
}

#epFooter th {
    display: none;
}

#epFooterWrapper {
    background: url(footer.png) repeat-x left bottom;
    clear: both;
    height: 179px;
    min-width: 1200px;
}

#epHeader {
    height: 100px;
    position: relative;
}

#epLang {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    float: right;
}

#epLang a {
    color: #FFF;
    padding: 0 5px;
    font-size: 12px;
}

#epNav {
    float: right;
    font: normal normal 700 15px/22px sans-serif;
    display: block;
    margin-top: 80px;
}

#epNav a {
    color: #fff;
    display: block;
    float: left;
    padding: 0 20px;
    text-decoration: none;
}

#epNav a:hover {}

#epWrapper {
    float: left;
    left: 50%;
    margin-left: -600px;
    position: relative;
    width: 1200px;
}

/*dp2*/
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy select {
    font: normal normal 400 12px/15px sans-serif;
    margin: 0 0 1em 0;
    width: 100%;
}

/*phone*/
#epPhone select {
    font: normal normal 400 12px/15px sans-serif;
    margin: 0 0 1em 0;
    width: 100%;
}

/*Issues*/
#epIssues {
    width: 100%;
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    font: normal normal 700 16px/20px sans-serif;
}

#epIssues .details {
    font: normal normal 400 12px/20px sans-serif;
    position: absolute;
    right: 0;
    top: 0;
}

#epIssues .issue {
    color: #0000ff;
    margin: 10px 0;
    position: relative;
}

#epIssues .issue:hover {
    color: #008000;
}

#epIssues .name {
    font: normal normal 700 14px/20px sans-serif;
}

#epIssues .desc {
    padding: 1em 0 0 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

.nowrap {
    white-space: nowrap;
}

.top {
    margin-top: 0;
    padding-top: 0;
}