html, body {
    font: 11px 'Lucida Grande',tahoma,verdana,arial,helvetica,clean,sans-serif;
    color: #000;
    line-height: 1.4em;
}

    body.inline {
        background-color: #FFF;
    }

/* Block Tags */
h1 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

h4, h5, h6 {
    font-weight: bold;
}

p {
    margin: 0 0 1em 0;
}

ol {
    line-height: 1.4em;
}

ul {
    line-height: 1.4em;
}

li {
    line-height: 1.4em;
}

address {
}

blockquote {
}

pre {
}

hr {
    display: none;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #000;
    }

cite, em, q, i {
}

strong, b {
    font-weight: bold;
}

kbd, samp, var, code, dfn {
    font-family: Courier, monospace;
}

abbr, acronym {
}


#top, #menu, #sidebar, #footer, #service-menu {
    display: none;
}

.breadcrumb {
    display: none;
}

a .imagePreview {
    display: none;
}