@charset "utf-8";

@font-face {
    font-family: Futura Std;
    src: url("images/futurastd-book.otf") format("opentype");
	}

@font-face {
    font-family: Futura Std;
    font-weight: bold;
    src: url("images/futurastd-heavy.otf") format("opentype");
	}

body,p {
	font-family:Futura Std;
	font-size:14px;
	color:#06060C;
	background-color:#FFFFFF;
	}
div {
	font-family:Futura Std;
	font-size:14px;
	color:#06060C;
	}
a, a:link, a:visited, a:active {
	text-decoration:none;
	outline:none;
	color: #06060C;
	}
a:hover {
	color: #DDCEA5;
	}
table {
	border-collapse:collapse;
    margin:0 auto;
	background-color:#F5F5FA;
	}
.linkbutton {
	background-color:#ECE4CE;
	border: 1px solid #06060C;
	cursor:pointer;
	}
.linkbutton:hover {
	background-color:#DDCEA5;
	}
.linkbutton2 {
	background-color:#BFECF8;
	border: 1px solid #06060C;
	cursor:pointer;
	}
.linkbutton2:hover {
	background-color:#8CDEF2;
	}
.topbutton {
	background-color:#ECE4CE;
	border: 1px solid #06060C;
	cursor:pointer;
	}
.topbutton:hover {
	background-color:#DDCEA5;
	}
.onb_table {
	vertical-align:top;
	background-color:#F5F5FA;
	color:#06060C;
	font-size:inherit;
    margin:0 auto;
	width:100%;
	max-width:1000px;
	border:none;
	}
.onb_div {
	border:1px solid #06060C;
	padding:0px;
	overflow:hidden;
	vertical-align:top;
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	}