@charset "utf-8";
/*  CSS Document 
    AUTHOR: Paul Jaffrey
            pauljaffrey@gmail.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { 	margin: 0; padding: 0; }
a { 	outline: none; }
a img { border: none; }
body { 	background: #000; color:#8D8D8D; font: 80% Trebuchet MS, Arial, Helvetica, sans-serif; margin:3px 0 0; padding:0; }
dt { 	font-size: .70em; font-weight: bold; }
dd { 	font-size: .70em; margin-bottom: 1em; }
html { 	overflow-y: scroll; }
h1 {	color: #7D7D7D; font-family: Impact, "Arial Black", sans-serif; font-size: 2.9em; line-height: 1.4em; margin: 0 0 0px 15px; }
h2 {	color: #39A002; font-family: Georgia, "Times New Roman", Times, serif; font-size: 2.0em; font-weight: bold; margin: 28px 0 0px 15px; }
h3 { 	color:#39A002; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.4em;  }
h4 { 	font-size: 1.4em; color: #593A38; margin: 0 0 5px 15px; }
h5 { 	font-size: 1.0em; color: #593A38; margin: 0 0 0px 15px; }
p { 	font: 0.9em/1.2em; margin-bottom: 1.4em; }
td, th {	font-size: 1em; color: #000000; text-align: left; }
td p { 	font-size: 100%; color: #000000; }
ul { 	list-style: none inside; }
li { 	font-size: 1em; }
li ul li { font-size: 100%; text-indent: -2em; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.clear { 		clear: both; }
.floatleft { 	float: left; }
.floatright { 	float: right; }
.left {	position: absolute; left: 0; }
/* END TOOLBOX */


