@font-face {
	font-family: DIN-Medium;
	src: url('/font/DIN-Medium.otf');
}

@font-face {
	font-family: DIN-Regular;
	src: url('/font/DIN-Regular.otf');
}

@font-face {
	font-family: DIN-Light;
	src: url('/font/DIN-Light.otf');
}

@font-face {
	font-family: DIN-Bold;
	src: url('/font/DIN-Bold.otf');
}

body, td {
	font-family:DIN-Regular, Verdana, Arial, Helvetica, sans-serif; font-size:12px;
}

img { behavior: url(/js/iepngfix.htc) }

ul {
	list-style:square; line-height:1.5em;
}

a {
	text-decoration: none; color: #990000;
}

a:hover {
	text-decoration:underline;
}

.head {
	font-size: 28px; color: #990000; font-family: DIN-Light, Verdana, Arial, Helvetica, sans-serif;
}

.rule {
	margin-top: 15px; margin-bottom: 15px;
}

.address {
	font-size: 10px; letter-spacing: 0.65px; color: #333333;
}

.red{
	color: #990000;
}

.btn {
	position: absolute; display: none; cursor:hand; cursor:pointer;
}

.display_text {
	padding-top:10px
}

.clickable {
	cursor: pointer;
}

.bold {
	font-weight: bold; font-family: DIN-Bold, Verdana, Arial, Helvetica, sans-serif;
}

.case_study_blurb { overflow: hidden; }