/* - BASE - */

html {
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	color: #58585a;
}

body,
table tr td {
	font-family: 'DreyfusSans', Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}

body i,
body em,
table tr td i,
table tr td em {
	font-family: 'DreyfusSans-Italic', Verdana, sans-serif;
}

body strong,
body b,
table tr td strong,
table tr td b {
	font-family: 'DreyfusSans-Bold', Verdana, sans-serif;
	font-weight: normal;
}

img {
	border: none;
	display: inline-block;
}

img.responsive-image {
	width: 100%;
	display: block;
}

img.max-image {
	max-width: 100%;
	display: block;
}

.cleaner,
.clean {
	display: block !important;
	clear: both !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
}

.hide,
.hidden {
	display: none !important;
}

#website-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}