html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*DOUG ADDITIONS*/
a img{border:0;}

/*GRID styes*/
.gridContainer{width:99%; margin:0 auto; padding-top:5px; overflow:auto;}
.grid{width:99%; margin:5px auto; border:2px solid #999999;padding:0 3px 3px 3px;}
.grid .altRow, .grid .altRow td{background-color:#D8E9F6;}
.grid td, .grid th{padding:3px; border-right:solid #999999 1px; border-bottom:solid #999999 1px;}
.grid th{font-size:1.0em; padding-left:0}
.grid td.numWidth{width:110px;}

.grid td.green{background-color:#C9E9D4;}
.grid td.red{background-color:#FFCECE;}
.grid td.yellow{background-color:#FFFFB9;}
/*alt shading classes*/
.grid tr.altRow td.green{background-color:#BDDCC8;}
.grid tr.altRow td.yellow{background-color:#E9E9A9;}
.grid tr.altRow td.red{background-color:#F0C1C1;}
.grid td.indent{padding-left:15px;}
.gridContainer{min-height:100px;} /*FX fix....needs a height when grid is small*/
/*end GRID styes*/

/*Button styles <a> will hold the Left side and <span> will hold the body>*/
.buttonL{background:url(../images/ButtonL.jpg) no-repeat left; padding:9px 0px 9px 12px; text-decoration:none; vertical-align:middle;}
.buttonBody{background:url(../images/ButtonBody.jpg) no-repeat right; padding:9px 12px 9px 0px; text-decoration:none;}
.buttonL span, .buttonL span:hover, .button{color:black; text-decoration:none;}

