@font-face {
 font-family: 'Fazeta';
 src: url('../../fonts/Fazeta-RegularText.ttf') format('truetype'),
      url('../../fonts/Fazeta-RegularText.eot') format('embedded-opentype'),
      url('../../fonts/Fazeta-RegularText.woff') format('woff');
}
@font-face {
 font-family: 'Fazeta';
 src: url('../../fonts/Fazeta-BoldCaption.ttf') format('truetype'),
      url('../../fonts/Fazeta-BoldCaption.eot') format('embedded-opentype'),
      url('../../fonts/Fazeta-BoldCaption.woff') format('woff');
 font-weight: bold;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	resize: vertical;
}
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.clr {
	clear: both;
	display: block;
}
*:focus {
	outline:0 none;
}
input:-webkit-autofill,
input#username:-webkit-autofill,
input#password:-webkit-autofill {
    background: #FFFFFF !important;
}
html, body {
	height: 101%;
}
html, body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #51545F;
	font-variant: normal;
	background-color: #E3E6E5;
}
body {
	background: #FFFFFF;
	width: 1200px;
	margin: 0 auto;
}
#content  {
	background: #FFFFFF;
	width: 100%;
	overflow: hidden;
	height: auto;
	padding-left: 40px; 
	padding-right: 40px; 
	padding-bottom: 40px;
	box-sizing: border-box;
}
div.toggle-button {
	cursor: pointer;
}
div.toggle-div.collapsed {
	display: none;
}
