/* ################ */
/* element defaults */
/* ################ */

* {
	margin: 0;
	padding: 0;
	}

/* so png images show up in all browsers */
/* TODO: restore with correct URL
img {
      behavior: url("/include/lib/pngbehavior.htc");
      }
*/

/* table doesn't seem to inherit.  Be sure to match them! */
table, tr, td {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}

table {
	width: 100%;
	}
td {
	vertical-align: top;
	padding: 0 0.2em 0.4em 0;
	}

form, input, option, select, textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}


/* ################ */
/* layout           */
/* ################ */

/* adding a bunch of potential bug fixes for IE5.5/6 */

/* Hides from IE-mac \*/
* html #body-wrapper-outer {height: 1%;}
* html #layout-header {height: 1%;}
* html #layout-body {height: 1%;}
* html #layout-footer {height: 1%;}
/* End hide from IE-mac */


/* ################ */
/* default classes  */
/* ################ */

.noul {
	text-decoration: none;
	}

.nobr {
	white-space: nowrap;
	}

