/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Tahoma, sans-serif;  background-color: #333333;}
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a:link { outline: none; color: #fff; text-decoration: none;}
a:visited { outline: none; color: #fff; text-decoration: none;}
a:active { outline: none; color: #fff; text-decoration: none;}
a:hover { outline: none; color: #fff; text-decoration: underline;}
a.grey:link { outline: none; color: #8b8b8b; text-decoration: none;}
a.grey:visited { outline: none; color: #8b8b8b; text-decoration: none;}
a.grey:active { outline: none; color: #8b8b8b; text-decoration: none;}
a.grey:hover { outline: none; color: #8b8b8b; text-decoration: underline;}
a img { border: none; }
strong { font-weight: bold; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
 
/* END TOOLBOX */