/*-----------------------------------------------------------------------------
Prototype Foundation Style Sheet (empty commented stylesheet)

version:   1.0
author:    Greg Stout
email:     greg.stout@ektron.com
-----------------------------------------------------------------------------*/


/* --- Zeroing styles  
-----------------------------------------------------------------------------*/
html { font-size: 100.1%; } /*Somehow Fixes IE display error */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

/* Put it back on certain elements
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}




/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}


