body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000066;
	margin: 0;
}

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/**/
table.sample {
    border-width: 1px 1px 1px 1px;
    border-spacing: 1px;
    border-style: outset outset outset outset;
    border-color: blue blue blue blue;
    border-collapse: collapse;
    background-color: white;
}
table.sample th {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: none none none none;
    border-color: white white white white;
    background-color: rgb(226, 229, 250);
    -moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: none none none none;
    border-color: white white white white;
    background-color: rgb(226, 229, 250);
    -moz-border-radius: 0px 0px 0px 0px;
}
