html, body {
	background-color: #FFFFFF !important;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 13px;
}
a:link {
	color: #880000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #880000;
}
a:hover {
	text-decoration: underline;
	color: #880000;
}
a:active {
	text-decoration: none;
	color: #880000;
}

div#content_wrap {
	width: 100%;
	display: flex;
}

div#content_left {
	width: 190px;
	<!-- border: 2px dashed red; -->
}
div#content_right {
	width: 100%;
	<!-- border: 2px dashed red; -->
}

div#error {
	color: #FF0000;
	font-size: 16px;
	margin-left: auto;
    margin-right: auto;
}

table {
	padding: 2px;
    border-width: 1px;
    border-style: none;
    border-color: #BBBBBB;
	border-collapse: collapse;
	margin-bottom: 30px;
}
td, th {
	height: 18px;
	padding: 2px;
    border: 1px solid #BBBBBB;
}
th {
	background-color: #FF8D2A;
}
input  {
	height: 18px;
	border-width: 0px;
	background-color: #E6E6E6;
}
input#number {
	width: 6em;
}
h1 {
	font-family: Aldrich, Verdana, Geneva;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FF7700;
	font-variant: small-caps;
	border-bottom: solid;
	border-bottom-color: #FF7700;
	border-bottom-width: 2px;
	margin-bottom: 20px;
	font-size: 24px;
}
h2 {
	font-family: Aldrich, Verdana, Geneva;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #AA8800;
	font-variant: small-caps;
	border-bottom: solid;
	border-bottom-color: #AA8800;
	border-bottom-width: 2px;
	margin-bottom: 20px;
	font-size: 20px;
}
h3 {
	font-family: Aldrich, Verdana, Geneva;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #AACC00;
	font-variant: small-caps;
	border-bottom: solid;
	border-bottom-color: #AAEE00;
	border-bottom-width: 2px;
	margin-bottom: 20px;
	font-size: 20px;
}
h4 {
	font-family: Aldrich, Verdana, Geneva;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #AAFF00;
	font-variant: small-caps;
	border-bottom: solid;
	border-bottom-color: #AAEE00;
	border-bottom-width: 2px;
	margin-bottom: 20px;
	font-size: 18px;
}