@charset "utf-8";
/* CSS Document */

	
/* ----------------------------------------------------------------------------- *
 *                                    Typo                                       *
 * ----------------------------------------------------------------------------- */

h2[id]   {margin:0;border: none;}

h2 a {display:none;border: none;}
h2 a[name] {display:block; height:50px; color: transparent; border: none;}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', "Arial Narrow", sans-serif;
	font-weight: 300;
}

h2, h3, h4, h5 {
	padding: 10px 0 10px 0;
	}

h2 {
	font-size: 3.0em;
	line-height: 1.2em;
	margin-bottom: 15px;
	color: #A64B4B;
}

h3 {
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 1.5em;
	color: #D99C9C;
}	

h4 {
	margin-top: 10px;
	padding-left: 10px;
	line-height: 1.5em;
	font-size: 1.4em;
	color: #A64B4B;
}

h5 {
	line-height: 1.5em;
	font-size: 1.1em;
	color: #808080;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #808080;
}

a {
	color: #808080;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

ul {
	list-style-type: none;
	margin-top: 15px;
	margin-left: 40px;
	margin-bottom: 15px;
}

ul > li {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #808080;
}