@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

p {
	padding-bottom:1em;
}

h1, h2 {
	padding-bottom:0.6em;
}

p:first-letter {
	text-transform:capitalize;
	font-size:16px;
	font-weight:bold;
}

ol, ul {
	padding-left:35px;
	padding-bottom:1.5em;
}

div.fadeOutLayer {
width: 100%;
height: 100%;
background-color:#000000;
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
z-index:-1;
}

