/*
 * This file contains default style settings for the entire site.
 * Sections that need to differ from the norm should have their
 * Own stylesheet files, which should only contain modifications
 * or additions to what is set in this file.
 */


body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/* Things that should have no margin by default */
form, div, object, embed {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

img {
    border: 0px;
}

/* Specific treatment for the name "EnergyStar" */
span.EnergyStar {
    text-transform: uppercase;
}

img.Block {
    display: block;
    margin: 0px;
}

input.Button, button {
    cursor: pointer;
}

.Hidden { display: none; }

.Footnote {
    font-size: 80%;
}
/* 
 * Tables
 */


/* Used for containers */
table.Layout {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
td.Layout {
    padding: 0px;
}




