/*
 * 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;
}




/* 
 * Tables
 */


/* Used for containers */
table {
    margin: 0px 0px 1em 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
	border-collapse: collapse;
}
td {
	margin: 0px;
    padding: 0px 1em 0px 0px;
}


.Hidden {
	display: none;
}


.FloatLeft { float: left; }
.FloatRight { float: right; }
