* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    color: #333333;
}

h1 {
    font-family: Georgia, Times, serif;
    margin: 0px 0px 15px 0px;
    text-decoration: underline;
}

h2, h3, h4, h5, h6 {
    margin: 0px 0px 10px 0px;
}

p {
    margin: 0px 0px 10px 0px;
}

a {
    color: #0000FF;
}

img {
    border: solid 0px #000000;
}

fieldset {
    border: solid 0px #000000;
    margin: 0px 0px 20px 0px;
}

legend {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 10px;
}

#column_header {
    margin-bottom: 20px;
}

#navigation {
    display: none;
}

#column_footer {
    vertical-align: bottom;
    text-align: center;
    color: #888888;
    padding: 36px 4px 4px 4px;
    font-size: 8pt;
}

#checkout_wrapper .address {
    margin-bottom: 10px;
}

#footer_navigation_wrapper {
    display: none;
}

.numeric {
    text-align: right;
}