*{
	margin: 0;
	padding: 0;
}

body{
	color: black;
	font-size: 93.75%;
	line-height: 1.4em;
	background-color: white;
}

html, body, input, select, textarea{
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	
}

pre, code{ font-family: monaco, "Courier New", courier, monospace; }

a,
#tinymce a{
	color: #226600;
	text-decoration: underline;
}

#content a {
	white-space: nowrap;
}

a:hover{
	text-decoration: none;
}

.example {
	color: #838a7a;
}

img, a img{ border: none; }

.small,
#footer{
	font-size: 80%; /*86.6667%;*/
	line-height: 1.3846;
}
#footer a{
	font-weight: 500;
}
#footer strong {
	color: #7a7a7a;
}
h1, h2, h3, h4, h5, h6, strong{
	color: #222;
	font-weight: 700;
}

h1, h2{
	letter-spacing: -0.05em;
}

h1{
	font-size: 2.667em;
	line-height: 1em;
	margin-bottom: .5625em;
}

h2{
	margin: 0 0 .75em 0;
	padding: 0 0 3px 0;
	font-size: 1.8667em;
	line-height: 1em;
	border-bottom: 2px dotted #b0d81e;/*#a0c80e;*/
}

h3{
	font-size: 1.0667em;
	line-height: 1em;
	margin-bottom: 1em;
}

h4, h5, h6{
	font-size: 1em;
	font-weight: 700;
}

h4{
	margin-bottom: 1em;
}

h5, h6{
	padding: 0 1.5em;
}

p{
	margin: 0 0 1.5em;
	padding: 0 1.5em;
}

hr{
	height: 1px;
	margin: 0 0 1.5em 0;
	border-color: #ccc white white white;
	border-style: solid;
	border-width: 1px 0 0 0;
}

caption{
	font-weight: bold;
	padding: .5em;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
}

th, td{
	border: 1px solid #ccc;
	padding: .3em .5em;
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
}

pre{
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: 1em;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
/*	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

ul, ol{
	margin: 0 0 1.5em 2.5em;
	list-style: square;
}

blockquote{
	margin: 0 0 1.5em;
	padding: 1em 1em .01em;
	border: 1px solid #ccc;
}

dl{
	margin: 0 0 1.5em;
	line-height: 1.5em;
}

dt{
	margin: 1.5em 0 0;
	font-weight: bold;
}

dd{
	margin: 0 0 0 3em;
}

dfn{
	font-style: normal;
	font-weight: bold;
}

abbr{ border-bottom: 1px dotted; }

fieldset{
	margin: 0 0 1.5em;
	border: 1px solid #ccc;
	padding: 1em;
	*padding-top: 0;
}

legend{
	font-weight: bold;
	*margin-bottom: 1em;
}

input, select, textarea, button{
	font-size: 1em;
	max-width: 100%;
	vertical-align: middle;
}

textarea{ overflow: auto; }

input.button, button{
	padding: 0 .5em;
}

.left{ float: left; }
.right{ float: right; }
.clear-left{ clear: left; }
.clear-right{ clear: right; }
.clear{ clear: both; }
.hide{ display: none; }

