* {
	margin: 0;
	padding: 0;
	list-style: none;
}

html, body, td, h1, h2, h3, h4, ol, ul, dl, li, dt, dd {font-family:arial, helvetica, sans-serif;}
HTML, body, td, kbd, tt, ol, ul, dl, li, dt, dd {font-size:12px;}
code {font-size:14px;}
h1, h2, h3, h4 {
    margin-top: 15px;
    margin-bottom: 10px;
}
body {background: #fff; padding: 10px;}
ul, ol, li {
    margin-left: 15px;
    list-style: disc outside;
    font-size: 11pt;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #999999;
    margin: 2em 0;
    padding: 0;
}

.hr-separator {
    display: block;
    height: 0px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

br {
    margin-bottom: 15px;
}

.whole-page {
    max-width: 1600px;
    background: #fff;
    width: 100%;
    min-width: 300px;
    line-height: 1.3;
    color: #252525;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    margin-right: auto;
}

.OraBody {
    background-color: #ffffff
}

.header {
    display:block; width:99%;
}

.logo_wrapper {
    display: block;
    margin-bottom: 6px;
    float:left;
    width: 100%;
    height: 70px;
}

.lstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #666666;
}

.row {

}

.section {

}

.middle-section {
    margin: 10px;
    font-size: 11pt;
}

.service-hint-list {
    margin-left: 15px;
    list-style: circle outside;
    font-size: 11pt;
}

.footer {
    padding: 10px;
}

.lsfootertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.lsfooterlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}

.lsfooterlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}


.lsfooterlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: underline;
}

.lsfooterlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: underline;
}

.lsfooterlink:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: underline;
}

.terms-header-start {
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 42px;
    clear:both;
    background: rgba(0, 0, 0, 0.45);
    margin-bottom: -42px;
    position: relative;
}

.terms-header {
    width: 100%;
    position: relative;
    clear: both;
    z-index: 1;
    height: 280px;
    margin-top: -42px;
}

.terms-header-img {
    background-image: url("../images/legal.jpg");
    opacity: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    display: table;
    background-repeat: no-repeat;
    height: 100%;
}

.terms-header-title-div {
    display: flex;
    align-items: center;
    z-index: 1;
    height: 100%;

}

.terms-header-title {
    color: #fff;
    width: 500px;
    margin: 0 auto;
    padding: 0 380px 0 0;
    font-size: 30pt;
    font-family: Arial;
    margin-top: 42px;

}

.terms-header-end {
    background: #252525;
    width: 100%;
    height: 42px;
    position: relative;
}

.terms-file-div {
    max-width: 1400px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
