@font-face {
	font-family: 'Dax';
	font-weight: 400;
	src: url('DaxPro.woff') format('woff');
}
@font-face {
	font-family: 'Dax';
	font-weight: 700;
	src: url('DaxPro-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Dax';
	font-weight: 900;
	src: url('DaxPro-Bold.woff') format('woff');
}
html, a {
	color: #000;
	font-size: 13pt;
	font-family: Dax,Tahoma,sans-serif;
}
.advisoryBox{
	max-width: 600px;
	margin: auto;
}
.tahomaLight{
	font-family: Dax,Tahoma,sans-serif;
	font-weight: 300;
}
.tahomaRegular{
	font-family: Dax, Tahoma, sans-serif;
	font-weight: 400 !important;
}
.tahomaMedium{
	font-family: Dax,Tahoma,sans-serif;
	font-weight: 700 !important;
}
.tahomaBold{
	font-family: Dax,Tahoma,sans-serif;
	font-weight: 900 !important;
}
.font-eight{font-size: 8pt !important;}
.font-twelve{font-size: 12pt !important;}
.font-sixteen{font-size: 16pt !important;}
.downImage{
	background: url('Down.png');
	height: 281px;
	width: 281px;
	margin: auto;
}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
@media(max-width:543px){
	.downImage{transform:scale(0.75)}
}