/* ------------------------- GENERAL ------------------------- */
body {
	margin: 			0;
	background-color: 	#FFFFFF;
}
sup { 
    vertical-align: super;
    font-size: 50%;
    line-height: 0;
}
#ad {
	position: 			absolute;
	display: 			block;
	left:				0px;
	top: 				0px;
	width:  			160px;
	height: 			600px;
	background-color: 	#FFFFFF;
	overflow: 			hidden;
	opacity: 			0;
}
@font-face {
    font-family: 	'AvenirLight';
    src: 			url('../fonts/AvenirLight.woff') format('woff');
}
@font-face {
    font-family: 	'AvenirRoman';
    src: 			url('../fonts/AvenirRoman.woff') format('woff');
}
@font-face {
    font-family: 	'AvenirMedium';
    src: 			url('../fonts/AvenirMedium.woff') format('woff');
}
@font-face {
    font-family: 	'AvenirHeavy';
    src: 			url('../fonts/AvenirHeavy.woff') format('woff');
}
@font-face {
    font-family: 	'AvenirBlack';
    src: 			url('../fonts/AvenirBlack.woff') format('woff');
}
.AvenirLight {
	white-space: 	nowrap;
	font-family: 	'AvenirRoman';
}
.AvenirRoman {
	white-space: 	nowrap;
	font-family: 	'AvenirRoman';
}
.AvenirMedium {
	white-space: 	nowrap;
	font-family: 	'AvenirMedium';
}
.AvenirHeavy {
	white-space: 	nowrap;
	font-family: 	'AvenirHeavy';
}
.AvenirBlack {
	white-space: 	nowrap;
	font-family: 	'AvenirBlack';
}