body {
	color:#ccc;
	text-align:center;
	font:normal 62.5%/150% Arial, Helvetica, sans-serif;
	background:#121311 url(../images/top.gif) repeat-x 0 0;
}

/* links */
a {
	color:#fdb827;
	text-decoration:none;
}
	a:hover {
		color:#fdb827;
		text-decoration:underline;
	}
a img, a img:hover {
	border:none;
}


/* headings */
h1 {
	margin:0.5em 0;
	color:#fdb827;
	font-size:3em;
	line-height:1.1em;
	font-weight:normal;
}
h2 {
	margin:1.5em 0;
	color:#ddd;
	font-size:2.2em;
	line-height:1.1em;
	font-weight:bold;
	text-shadow:3px 3px 3px #060606;
	letter-spacing:0.02em;
}
h3 {
	margin:1.5em 0;
	color:#ff2727;
	font-weight:bold;
	font-size:2.0em;
	line-height:1.5em;
	text-shadow:3px 3px 3px #060606;
	letter-spacing:0.02em;
}
h4 {
	margin:1.5em 0;
	color:#fdb827;
	font-weight:bold;
	font-size:1.8em;
	line-height:1.5em;
	text-shadow:3px 3px 3px #060606;
	letter-spacing:0.02em;
}
h5 {
	margin:1.5em 0;
	color:#3cb25a;
	font-weight:bold;
	font-size:1.6em;
	line-height:1.5em;
	text-shadow:3px 3px 3px #060606;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
h6 {
	margin:1.5em 0;
	color:#2f9df2;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.5em;
	text-shadow:3px 3px 3px #060606;
	text-transform:uppercase;
	letter-spacing:0.1em;
}


/* text blocks */
p {
	margin:1em 0;
	font-size:1.4em;
	line-height:1.5em;
}
	p.first {
		margin:0 0 1.5em 0;
	}
blockquote {
	font-size:1em;
	margin:0.8em 3em;
}
	span.quotename {
		margin:.25em 0 2.5em;
		display:block;
		text-align:right;
		font-style:italic;
		border-top:1px solid #ddd;
	}
	span.quotename strong {
		font-style:italic;
	}
.highlight {
	margin-left:0;
	color:#aaa;
	padding:10px;
	background-color:#111;
	border:1px dashed #333;
}
.highlight dt {
	margin:0 0 1em 0;
	color:#de4e00;
	font-size:16px;
	font-weight:bold;
}	

/* phrase elements */
em { font-style:italic; }
strong { font-weight:bold; color:#fff; }
code, samp {
	margin:1.5em 10px;
	font-size:1.2em;
	line-height:1.4em;
	padding:1.5em;
	display:block;
	color:#000;
	border:1px solid #ccc;
	background-color:#eee;
}

/* word clarifyers */
acronym, abbr { speak:normal; cursor:help; border-bottom:1px dotted #aaa; }
abbr.initialism { speak:spell-out; }
abbr.truncation { speak:normal; }


/* lists */
ol, ul {
	position:relative;
	margin:2em 0;
}
	ol ol, ul ul {
		margin:.5em 0;
	}
	li {
		margin:1em 0 1em 2.5em;
		font-size:1.4em;
		line-height:1.5em;
	}
		ol li { list-style:decimal; }
		ol li li { list-style:lower-alpha; }
		ol li li li { list-style:lower-roman; }
		ol li li li li { list-style:decimal; }
		ol li li li li li { list-style:lower-alpha; }
		ol li li li li li li { list-style:lower-roman; }
			
		ul li {	list-style:square; }
		ul li li { list-style:disc; }
		ul li li li { list-style:circle; }
		ul li li li li { list-style:square; }
		ul li li li li li { list-style:disc; }
		ul li li li li li li { list-style:circle; }
	li li {
		margin:1em 0 1em 2.5em;
		font-size:1em;
	}
	
dl {
	position:relative;
	margin:1.5em 0;
}
	dt {
		margin:1em 0;
		font-size:1.4em;
		line-height:1.5em;
		font-weight:bold;
		text-transform:uppercase;
	}
	dd {
		margin:1em 0;
		font-size:1.4em;
		line-height:1.5em;
		padding:0;
	}
		li dd, dd li {
			font-size:1em;
		}

img { border:0px; }
	.img_left { float:left; margin-right:10px; }
	.img_right { float:right;  margin-left:10px; }


/* --------------------------------------------------------------------------------
	General styles
----------------------------------------------------------------------------------*/
.clear {
	clear:both;
}
.first {
	margin-top:0;
}
.nomargin {
	margin:0;
}