@font-face {
font-family:din;
src:url("../../assets/templates/custom/inc/fonts/DIN-RGA_.ttf") format("truetype");
}

@font-face {
font-family: DIN;
font-style: italic;
src:url("../../assets/templates/custom/inc/fonts/DIN-RGIA.ttf") format("truetype");
}

@font-face {
font-family: DIN;
font-weight: bold;
src:url("../../assets/templates/custom/inc/fonts/DIN-BLA_.ttf") format("truetype");
}

@font-face {
font-family: DIN;
font-weight: bold;
font-style: italic;
src:url("../../assets/templates/custom/inc/fonts/DIN-BLIA.ttf") format("truetype");
}

h1, h2 {
font-family:din;
}

p {
	margin:0 0 8px 0;
}

h1 {
font-size: 32px;
color:#cc0000;
line-height:32px;
font-weight:normal;
margin: 0 0 32px 0;
padding-left: 55px;
}

	#flasheff h1 {
		font-size:14px;
		line-height:14px;
	}

h2 {
font-size:16px;
margin: 0 0 9px 0;
color:#000000;
text-transform:uppercase;
font-weight:normal;
}

	.listitem h2 {
	margin:0;
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
	text-transform:none;
	}
	
		.listitem h2 a {
		text-decoration:none;
		white-space:nowrap;
		}

h3 {
font-size:11px;
font-weight:bold;
}

h4 {
}

h5 {
}

hr {
border:none 0;
border-top:1px solid #e5e5e5;
height:1px;
margin:8px 0 16px 0;
padding:0;
}

a {
color: #cc3333;
}

	a:hover {
	}

#content ul {
margin:0 0 18px 29px;
padding: 0 0 0 13px;
}

	#content ul li{
	list-style:disc;
	}

#content ol {
list-style-type: decimal;
margin:0 0 18px 30px;
padding: 0 0 0 12px;
}

	#content ol li {
	list-style:decimal;
	}

.more {
color:#000000;
padding:0 6px 0 0;
font-weight:bold;
white-space: nowrap;
font-weight:normal;
text-decoration: none;
background:url(../../assets/templates/custom/img/bullet.gif) no-repeat right 9px;
}

	.more:hover {
	text-decoration:underline;
	}
	
/* COLORS */
.black {
	color:#000000;
}