@font-face {
	font-family: DINWeb;
	src: url("fonts/regular/DINWeb.eot");
}
@font-face {
	font-family: DINWeb;
	src: url("fonts/regular/DINWeb.woff") format("woff");
}


@font-face {
	font-family: DINWeb-Medium;
	src: url("fonts/medium/DINWeb-Medium.eot");
}
@font-face {
	font-family: DINWeb-Medium;
	src: url("fonts/medium/DINWeb-Medium.woff") format("woff");
}


@font-face {
	font-family: DINWeb-Bold;
	src: url("fonts/bold/DINWeb-Bold.eot");
}
@font-face {
	font-family: DINWeb-Bold;
	src: url("fonts/bold/DINWeb-Bold.woff") format("woff");
}


/* first for IE 4–8 */
@font-face {
	font-family: DINWeb-Ita;
	src: url("fonts/italic/DINWeb-Ita.eot");
}
/* then for WOFF-capable browsers */
	@font-face {
	font-family: DINWeb-Ita;
	src: url("fonts/italic/DINWeb-Ita.woff") format("woff");
}


/* first for IE 4–8 */
@font-face {
	font-family: DINWeb-LightIta;
	src: url("fonts/light-italic/DINWeb-LightIta.eot");
}
/* then for WOFF-capable browsers */
	@font-face {
	font-family: DINWeb-LightIta;
	src: url("fonts/light-italic/DINWeb-LightIta.woff") format("woff");
}



/*                                
	font-family: DINWeb;
	font-family: DINWeb-Bold;
	font-family: DINWeb-Medium;
	font-family: DINWeb-Ita, sans-serif;
	font-family: DINWeb-LightIta, sans-serif;
*/


* {
        margin: 0px;
        padding: 0px;
        border-collapse: collapse;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -ff-box-sizing: border-box;
        -webkit-box-sizing: border-box;
	font-family: "DINWeb", Arial;
}

ul li {
	margin-left:15px;
	list-style-type:bullet;
	line-height: 20px;
	color: #3f3e3e;
}
ol li {
        margin-left:22px;
}
a {
	REMcolor:#3f3e3e;
	color:#b21736;
	text-decoration: none;
}
a:hover { 
	text-decoration: none;
}
strong, b {
	font-family: DINWeb-Bold;
	font-weight: normal;
}

img, img a {
	border: 0px solid black;
}
p {
	line-height:18px;
	font-size:14px;
	font-size:12px;
	margin-top: 0px;
	margin-bottom:20px;
	color:#3f3e3e;
	font-family: DINWeb;
}
td, table {
	line-height:18px;
	font-size:12px;
	font-family: DINWeb;
        vertical-align: top;
}
textarea {
	font-size:12px;
}
input {
	font-size:12px;
}
h1 {
	REMfont-family: DINWeb-Bold;
	font-family: DINWeb-Medium;
	font-weight: normal;
	font-size:18px;
	line-height:24px;
	margin:0px 0px 20px 0px;
	text-transform: uppercase;
	color:#6b757c;
}
h2 {
	font-family: DINWeb-Medium;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin:0px 0px 20px 0px;
	color:#6b757c;
}
h3 {
	REMfont-family: DINWeb;
	font-family: DINWeb-Medium;
	font-weight: normal;
	text-transform: uppercase;
	font-size:18px;
	line-height:22px;
	margin-top:0px;
	margin-bottom:18px;
	color:#3f2d1f;
	color:#6b757c;
}
h4 {
	REMfont-family: DINWeb;
	font-family: DINWeb-Medium;
	font-weight: normal;
	font-size:16px;
	line-height:18px;
	margin-top:0px;
	margin-bottom:18px;
	color:#6b757c;
}
h5 {
	font-family: DINWeb-Medium;
	font-weight: normal;
	font-size:14px;
	line-height:16px;
	margin-top:0px;
	margin-bottom:3px;
	color:#6b757c;
}
h6 {
	font-family: DINWeb-Medium;
	font-weight: normal;
	font-size:12px;
	line-height:16px;
	margin-top:0px;
	margin-bottom:3px;
	color:#6b757c;
}



hr {
}


