@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-size: 2.5em;
	margin: 0px 0px 16px 0px;
	overflow: hidden;
	position: relative;
	text-shadow: #000 1px 1px 10px;
	color: #999;
	text-transform: lowercase;
}
h2 span {
	color: #666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.4em 0px 0.5em 0px;
	font-weight: bold;
	color: #c90026 !important;
	font-size: 1.1em;
	line-height: 1.5em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0.5em 0px;
	font-weight: bold;
	font-size: 1em;
}
p, dl ol, .hide_from_p, div .p {
	line-height: 1.5em;
	font-size: 90%;
	font-family: helvetica, arial, verdana;
	display: block;
	margin: 0px 0px 10px 0px;
}
dl ol {
	list-style-type: lower-alpha;
	margin: 10px 0px 10px 30px;
}
.trigger {
	line-height: 1.2em;
	padding: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.4em 0px 0.5em 0px;
	font-weight: bold;
	color: #c90026 !important;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	cursor: pointer;
	opacity:0.5;
	filter:alpha(opacity=50);	
}
.toggle_container {
	line-height: 1.5em;
	margin: 0 0 10px 0px;
	padding: 0;
	overflow: hidden;
	width: 500px;
	clear: both;
}
.item {
	display: block;
	overflow: auto;
	padding: 0px;
	color: #999;
	cursor: default;
	padding: 10px 10px;
}
.item ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.5em;
	font-size: 90%;
	font-family: helvetica, arial, verdana;
	display: block;
}
.intro {
}
.intro:first-letter {
	font: 6em/.75em Georgia, "Times New Roman", Times, serif;
	padding:.01em .1em 0 0;
	display:block;
	float:left;
	color:#999;
}
.intro:first-line {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	line-height:1.2em;
	font-style:normal;
}
a {
	outline: none;
	text-decoration: none;
	color: inherit;
	color: #6CF;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a img {
	opacity:0.5;
	filter:alpha(opacity=50);	
}
html>body .hover, html>body .hover h2 {
	background-image: url(../images/structure/70percent_background.png);
	color: #FFF;
}
.hover .intro:first-letter, .hover .intro:first-line, .hover h2 span {
	color: #c90026 !important;
}
