body {
	font: 12px "Lucida Grande", "Lucida Sans", Arial, Helvetica, Verdana, sans-serif;
	color: #f3f3f3;
}

a { 
	color: #3b872b;
	text-decoration: none;
}

a:hover {
	color: #52a042;
	text-decoration: underline;
}

a:active {
	color: #eee;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

cite {
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	display: block;
	padding: 10px;
	border: 3px dotted #333;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2.7em;
	color: #0098A8;
	font-weight: normal;
}

h2 {
	color:#0098a8;
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-0.04em;
}

h3 {
	font-size: 1.3em;
	color: #444;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 14px;
}

h4.boxheader {
	font-size: 2.2em;
	margin: 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #0098a8;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: circle;
}
ul li {
	margin-left: 20px;
}
/*
li {
	margin-left: 30px;
}
*/
p {
	padding: 0 0 1em 0;
	line-height: 1.6em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	/*position: relative;*/
}

.smaller {
	font-size: .9em;
	line-height: .7em;
}

/* tiny special */

.mceContentBody {
	background-color:#262626;
}

::-moz-selection{
	background:#ff9900;
	color:#000;
}

::selection {
	background:#ff9900;
	color:#000;
}
