/*
--------------------------------------------------------------------------------
   Hacks
--------------------------------------------------------------------------------
*/

/*
	The Malarkey Image Replacement Method
	http://www.stuffandnonsense.co.uk/archives/examples/malarkey-method-example.html
*/

.mir { letter-spacing : -1000em; background-repeat: no-repeat; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

/*
--------------------------------------------------------------------------------
   Top Level Overrides
--------------------------------------------------------------------------------
*/

html { height: 100% }
body { font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: 11px; color: #000; background-color: #fff; height: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
strong { font-weight: bold; }
em { font-style: italic; }
a, a:visited, a:active { color: #eef; }
a:hover { text-decoration: none; }
.clearer { clear: both; }



