body {
	font: 12px Helvetica, Arial, sans-serif;
	color: #000;
}

a { 
	color: #3886c7;
	text-decoration: none;
}

a:hover {
	color: #2d8bb4;
	text-decoration: underline;
}

a:active {
	color: #555;
}

a:focus {
	/*outline: 1px dotted #000;*/
}

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, .bigheadline {
	border-bottom:1px solid #DDDDDD;
	color:#444444;
	font: bold 25px "Trebuchet MS",Verdana,sans-serif;
	padding-bottom:5px;
	display: block;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.6em;
	color: #999;
	letter-spacing: -.04em;
}

h3 {
	font-size: 1.4em;
	color: #0f5580;
}

h4 {
	font: normal 1.6em Arial, sans-serif;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 14px;
}

h4.boxheader {
	font-size: 1.3em;
	margin: 15px 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #444;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

.textholder li {
	padding-left: 20px;
	line-height: 1.4em;
	margin-bottom: .5em;
	background: url('../gfx/ul_li.gif') 2px 3px no-repeat;
}

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 {

}

::-moz-selection{
	background:#ff9900;
	color:#000;
}

::selection {
	background:#ff9900;
	color:#000;
}
