@charset "utf-8";

@font-face {
    font-family: Futura Std;
    src: url("https://chronomoto.hu/fiahillclimb/ehc2022/images/futurastd-book.otf") format("opentype");
	}

@font-face {
    font-family: Futura Std;
    font-weight: bold;
    src: url("https://chronomoto.hu/fiahillclimb/ehc2022/images/futurastd-heavy.otf") format("opentype");
	}

body,p {
	font-family:Futura Std;
	font-size:14px;
	color:#002D5F;
	background-color:#FFFFFF;
	}
div {
	font-family:Futura Std;
	font-size:14px;
	color:#002D5F;
	}
a, a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	outline:none;
	}
table {
	border-collapse:collapse;
    margin:0 auto;
	background-color:#FFFFFF;
	}
.linkbutton {
	background-color:#FFF6F6;
	border: 0.8px solid #F0361D;
	cursor:pointer;
	}
.linkbutton:hover {
	background-color:#FFE0E0;
	}
.topbutton {
	background-color:#FFF6F6;
	border: 0.8px solid #F0361D;
	cursor:pointer;
	}
.topbutton:hover {
	background-color:#FFE0E0;
	}
.onb_table {
	vertical-align:top;
	background-color:#FFFFFF;
	color:#002D5F;
	font-size:inherit;
    margin:0 auto;
	width:100%;
	max-width:1000px;
	border:none;
	}
.onb_div {
	border: 0.8px solid #002D5F;
	padding: 0px;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	}