@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelvNeue55.eot');
    src: local('☺'),
    url('fonts/HelvNeue55.woff') format('woff'),
    url('fonts/HelvNeue55.ttf') format('truetype'),
    url('fonts/HelvNeue55.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelvNeue65.eot');
    src: local('☺'),
    url('fonts/HelvNeue65.woff') format('woff'),
    url('fonts/HelvNeue65.ttf') format('truetype'),
    url('fonts/HelvNeue65.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11pt;
    margin: 0;
}

h1,
h2,
h3 {
    font-size: 11pt;
}

.wrapper {
    width: 94%;
    padding: 0 3% 48px 3%;
}

.header {
    background-color: white;
    /* padding-top: 10px; */
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.text-center {
    text-align: center;
}

a,
a:link,
a:visited {
    color: #333;
    text-decoration: underline;
}
a:hover {
    color: #ff5500;
}

.buttons .btn {
    color: #333;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13pt;
    padding: 0;
    margin: 0;

    cursor: hand;
    cursor: pointer;
}
.buttons .btn table {
    border: none;
    border-spacing: 0;
    border-collapse: collapsed;
}
.buttons .btn td {
    border: none;
    padding: 0;
    height: 33px;
    vertical-align: middle;
}
.buttons .btn td.left {
    width: 10px;
    background-image: url('../images/icons/button_left_33h.gif');
    background-repeat: no-repeat;
}
.buttons .btn td.middle {
    padding: 0 5px;
    background-image: url('../images/icons/button_middle_33h.gif');
}
.buttons .btn td.right {
    width: 10px;
    background-image: url('../images/icons/button_right_33h.gif');
    background-repeat: no-repeat;
}
.buttons .btn button,
.buttons .btn input[type="button"],
.buttons .btn input[type="submit"] {
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13pt;
    line-height: 33px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;

    cursor: hand;
    cursor: pointer;
}
.buttons .btn button:focus,
.buttons .btn input[type="button"]:focus,
.buttons .btn input[type="submit"]:focus {
    outline: 0;
}
.buttons .btn button:hover,
.buttons .btn input[type="button"]:hover,
.buttons .btn input[type="submit"]:hover {
    color: #ff5500;
}
.buttons .btn a,
.buttons .btn a:link,
.buttons .btn a:visited {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    line-height: 33px;
    display: block;
}
.buttons .btn a:hover {
    color: #ff5500;
}
.buttons .btn a.back {
    background: url('../images/icons/back.gif') no-repeat scroll left center transparent;
    padding-left: 16px;
}

.content a,
.content a:link,
.content a:visited,
.content span {
    color: #ff5500;
}

.content u {
    text-decoration: underline;
}

.content b {
    font-weight: bold;
}

.content table {
    width: 100%;
}
.content table td {
    vertical-align: top;
    width: 50%;
    padding-right: 10px;
}
.content table td:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.footer {
    width: 94%;
    padding: 8px 3% 7px 3%;
    position: fixed;
    bottom: 0;
    background-color: white;
}
