body {
	background-color: #ffffff;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a, .sitewide_prominent_text { color: #e20f2f; }

h1, h2, h3, h4, h5, h6 { color: #000000; }


/* dimensions of the full sprite image
 * Needed so will resize when font size changes.
 */
.foreground_sprite {
    height: 5.5em;
    width: 65em;
}

.sprite_container_triangle_red {
    /* container needs to be display:block; for foreground sprite to work */
    display: block;
    overflow: hidden;
    /* dimensions of image that's inside the sprite */
    height: 1.2em; width: .7em;
}
.sprite_img_triangle_red {
    margin: 0 0 0 -58em !important;
}

.sprite_container_ln_logo {
    /* container needs to be display:block; for foreground sprite to work */
    display: block;
    overflow: hidden;
    /* dimensions of image that's inside the sprite */
    height: 5.2em; width: 28.4em;
}
.sprite_img_ln_logo {
    margin: 0 !important;
}


.right_arrow_red {
    height: .7em;
    width: .4em;
}

.tooltip {
    background: #ffffcd none no-repeat scroll 0 0;
    border: .1em solid #d1d1d1;
    display: none;
    position: absolute;
    text-decoration: none;
    z-index: 99;
}

/* TODO: Registered, copyrighted, trademarked symbols should be superscript
.superscript {
    font-size: .7em;
    margin: 0 0 0 -.2em;
    padding: 0;
    vertical-align: top;
} */