@font-face {
    font-family: 'tradegothiccondensed';
    src: url('trade_gothic_condensed_no._18-webfont.eot');
    src: url('trade_gothic_condensed_no._18-webfont.eot?#iefix') format('embedded-opentype'),
         url('trade_gothic_condensed_no._18-webfont.woff') format('woff'),
         url('trade_gothic_condensed_no._18-webfont.ttf') format('truetype'),
         url('trade_gothic_condensed_no._18-webfont.svg#tradegothiccondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

.textBox {
	width:420px;
	background-image:url('../assets/images/blackback20.png');
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	float:left;
}

.textCondensed {
	font-family:'tradegothiccondensed';
	letter-spacing:3px;
	color:white;
	font-size:16px;
	line-height:22px;
}

.textCondensedBlack {
	font-family:'tradegothiccondensed';
	letter-spacing:1px;
	color:black;
	font-size:16px;
	line-height:22px;
}

.textCondensedBlackSmall {
	font-family:'tradegothiccondensed';
	letter-spacing:1px;
	color:black;
	font-size:14px;
	line-height:18px;
}

.textCondensed a {
	font-family:'tradegothiccondensed';
	letter-spacing:3px;
	color:white;
	text-decoration:none;
}

.textCondensed a:hover{
	font-family:'tradegothiccondensed';
	letter-spacing:3px;
	color:#dddddd;
	text-decoration:none;
}

.infoBox {
	width:820px;
	padding-left:40px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	float:left;
}