/* NateManderfeld.com CSS
-----------------------------------------------
Author: Nate Manderfeld (http://www.natemanderfeld.com)
Version: 2007-10-01
----------------------------------------------- */

@import url("reset.css");
@import url("base.css");

/* Tables
----------------------------------------------- */
th, td {
	text-align:left;
	vertical-align:top;
}
.highlt th, .highlt td { background:#ffc; }
.highlt th { color:#c00; }

/* Common classes */
.clear { clear: both; }
.hide { display: none; }
.invisible { visibility: hidden; }
.mute { font-size: 9px; color: #777; }
.notice { font-style: italic; color: #777; }
.nowrap { white-space: nowrap; }
* br.clear { font-size: 1px !important; }