@charset "utf-8";
/* CSS Document */

body {
		font: 15px/26px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		background-color: #ffffff;
		color: #242424;
		line-height: 150%;
	    text-align: center;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		font-weight: 500;
	}
	
	h1 {
		margin-bottom: 14px;
		font-size: 72px;
		line-height: 95px;
	}
	
	h2 {
		margin-bottom: 12px;
		font-size: 48px;
		line-height: 62px;
	}
	
	h3 {
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 42px;
	}
	
	h4 {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 34px;
	}
	
	h5 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 28px;
	}
	
	h6 {
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 23px;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a {
		color: #04142b;
		text-decoration: none;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover {
		color: #c8bba1;
		text-decoration: none;
	}
	
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: inherit;
		font-weight: inherit;
	}
	
	p { 
		margin-bottom: 26px; 
	}
	
	
	/* LINKS */
	a {
		color: #04142b;
	}
	
	a:hover,
	a:focus { 
		outline: 0;
		/*color: #c8bba1;*/
	}