* {
	margin: 0;
	padding: 0;
	border:none;
}

html, body {
	width:      100%;
	height:     100%;
	overflow:   hidden;
	-webkit-text-size-adjust: 100%;
}

body {
	text-rendering: 'optimizeLegibility';
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

cite, em, var, address {
	font-style: normal;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

textarea {
	resize: none;
}

.image, .video {
	width: 80%;
	height: 80%;
}

#idSiteMeterHREF {
	position: absolute;
	height: 0;
	width: 0;
}

body > iframe {
	position: absolute;
	height: 0;
	width: 0;
}

.dx_page_text {
	white-space:pre-wrap;
}

.dx_page_text ul{
	padding-left: 25px;
}

.dx_placeholder_input::-webkit-input-placeholder {
   color:#000000;  
}

.dx_placeholder_input:-moz-placeholder { /* Firefox 18- */
   color:#000000;  
}

.dx_placeholder_input::-moz-placeholder {  /* Firefox 19+ */
   color:#000000;  
}

.dx_placeholder_input:-ms-input-placeholder {  
   color:#000000;  
}

body {
	background-color:#FFFFFF;
	color:#000000;
}

a {
	color:#000000;
}


