html {
	background-color: #dfdfdf;
	background-image: url("wood2.gif");
  background-repeat: repeat;
  background-attachment: fixed;
}

body {
	background-color: #dfdfdf;
	background-image: url("wood2.gif");
  background-repeat: repeat;
  background-attachment: fixed;
	font-size: small;
}

div,p,td {
	font-size:small; padding-left:5px;
}

.xs {
	font-size: x-small;
}

.xxs {
	font-size: xx-small;
}

h1 {
	font-size: x-large; color: #990066; text-align: left; vertical-align: baseline;
}

h2 {
	font-size: medium; color: #000000; text-align: left; vertical-align: baseline; padding-top:8px;
}

div#frame{
	width:740px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	font-family: sans-serif;
	font-size:small;
	background-color:#eee;
	color:#000;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

div#navtop {
	margin-right:auto;
	margin-left:auto;
	width:750px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: sans-serif;
	font-size:small;
	background-color:#eee;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:10px;
	font-family: sans-serif;
}

table.fr {
	width:740px;
	height:560px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}
table.fr td {vertical-align:top; width:200px; font-size: medium;}
td.right {text-align:right; width:160px;}

table.top {}
table.top td {vertical-align:top;}

table.dbooke {width:525px;}
td.title {width:225px; text-align:right; vertical-align:top;}

img {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

img.nobor {
	border-left:0px solid #000;
	border-right:0px solid #000;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

a:link {text-decoration: none; color: #000066; font-style:italic;}
a:visited {text-decoration: none; color: #000066; font-style:italic;}
a:active {text-decoration: none; color: #000066; font-style:italic;}
a:hover {text-decoration: none; color: #0000ff; font-style:italic; background: #f2f2f2;}

a:link.hf {text-decoration: none; color: #000066; font-style:normal;}
a:visited.hf {text-decoration: none; color: #000066; font-style:normal;}
a:active.hf {text-decoration: none; color: #000066; font-style:normal;}
a:hover.hf {text-decoration: none; color: #0000ff; font-style:normal;}

a:link.fr {text-decoration: none; color: #000066; font-weight:bold; font-style:normal;}
a:visited.fr {text-decoration: none; color: #000066; font-weight:bold; font-style:normal;}
a:active.fr {text-decoration: none; color: #000066; font-weight:bold; font-style:normal;}
a:hover.fr {text-decoration: none; color: #0000ff; font-weight:bold; font-style:normal;}
