html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
    vertical-align: top;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* TYPOGRAPHIC DEFAULTS */
body {
	background: #fefefe;
	color: #444;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1, h2, h3, h4, h5, h6 { margin-bottom: 0.75em; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-weight: bold; }
h1 { color: #3F7700; font-size: 150%; }
h2 { color: #3F7700; font-size: 125%; }
h3 { font-size: 110%; margin-bottom: 0.5em; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

p, q, ul, ol, dl, table { margin-bottom: 1em; }

ol, ul { margin-left: 30px; }
ol { list-style: decimal; }
ul { list-style: disc; }
dt { font-weight: bold; }
dd { margin-left: 20px; font-style: italic; }

th, td { padding: 0 0.25em; }
th { font-weight: bold; }

a { text-decoration: underline; }
a:hover { text-decoration: none; }

blockquote, cite { font-family: Georgia, Palatino, Times, "Times New Roman", serif; font-style: italic; }
blockquote { margin: 1em 0 1em 1em; }

code, samp, kbd, tt { font-family: Courier, "Courier New", monospace; }

code {
    background: #e9e9e9;
    display: block;
    margin: 1em 0;
    padding: 0.5em 1em;
}

small { font-size: 80%; }
big { font-size: 110%; }
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted #ccc; cursor: help; }
del { text-decoration: line-through; }
ins { text-decoration: underline; }
sup, sub { font-size: 90%; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* COMMON CLASSES */
.left { float: left; margin-right: 20px; }
.right { float: right; margin-left: 20px; }
.clear { clear: both; }