/* CSS Document */

@font-face {
	font-family: 'dekarregular';
	src: url('../assets/dekar-webfont.eot');
    src: url('../assets/dekar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/dekar-webfont.woff') format('woff'),
         url('../assets/dekar-webfont.ttf') format('truetype'),
         url('../assets/dekar-webfont.svg#dekarregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
	font-family: 'dekarlightregular';
	src: url('../assets/dekar_light-webfont.eot');
    src: url('../assets/dekar_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/dekar_light-webfont.woff') format('woff'),
         url('../assets/dekar_light-webfont.ttf') format('truetype'),
         url('../assets/dekar_light-webfont.svg#dekarlightregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}	
	
a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
	}	
	
.container a {
	border-bottom: 1px dashed #999;
	}
.container a img {
	border-bottom: none;
	}	
	
ul, ol {
	list-style: none;
	}	
	
h1, h2, h3, h4, h5, h6{
	font-family: 'dekarregular';
	font-weight: normal;
	}	
.clear {
	clear: both;
	}	