@charset "UTF-8";
#containment{
	height:100%;
}

body {
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 13px;
	background-color:#000;
	height:100%;
	overflow:hidden;
}
.navigator {
	position:absolute;
	min-width:360px;
	bottom:10px;
	left:10px;
	z-index:10000
}
.doc {
	position:absolute;
	bottom:300px;
	left:10px;
	z-index:10000
}
h3 {
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:18px;
	padding:0;
	margin:0;
	line-height:20px;
}

.n a:hover{
	text-decoration:underline;
}

.black .c{
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 13px;
	color:#FFFFFF;

}

#copyright{	width:250px;color:white;font-size:10px; padding:5px;margin-right:8px;background:url("../elements/black/c.png") ;-moz-border-radius:4px; -webkit-border-radius:4px}
a{color:white;text-decoration:none}
a:hover{color:white;text-decoration:underline}

img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

h2{
	font-size:16px;
	font-weight:200;

}
.par{
	border-bottom:1px dotted white;
}
.evidence{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:gray;
	padding:10px;
	margin-bottom:10px;
}

#back{
	position:absolute;
	left:-20px;
	top:350px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background:black;
	padding:25px;
	color:white;
	width:80px;
	display:none;
	cursor:pointer;
}