table	{text-align: left; border-spacing: 2em;}
th,td	{vertical-align: top; height: 1em;}
body	{font-family: Calibri,sans-serif; font-size: 100%; background-color: #000; margin: 1em;}
h1	{font-size: 2em;}
h2	{font-size: 2em;}
h3	{font-size: 1em;}
p	{font-size: 1em;}
p.left	{font-weight: bold;}
p.footnote {font-size: 0.75em;}
a:visited	{color: #50b93f;}
div.navbar {
    list-style: none;
    padding: 0;
	margin: 0;
	margin-bottom: 1em;
    overflow: hidden;
	height: auto;
	text-align: center;
	position: relative;
	width: 100%;
    top: 0;
	background-color: #2f2f2f;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
div.navbar img {
	width: 90%;
	border: 0px;
	border-left: 1em;
	border-right: 1em;
	max-width: 42em;
}
ul.navbar li {
    display:inline;
	border-right: 1px solid #bbb;
}
ul.navbar li:last-child {
    border-right: none;
}
ul.navbar li a {
    display: inline-block;
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
}
ul.navbar li a:hover {
    background-color: #fff;
	color: #000;
}
div.footer {
    list-style: none;
    padding: 0;
	margin: 0;
	margin-top: 1em;
	margin-bottom: 1em;
    overflow: hidden;
	height: auto;
	text-align: center;
	position: relative;
	width: 100%;
    top: 0;
	color: #fff;
	background-color: #2f2f2f;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
div.wrapper {max-width: 85em; margin-top: 0; margin-left: auto; margin-right: auto; margin-bottom:0; background-color: #ffffff; padding: 1em;}
div.wrapper img {width: 100%;}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}
input[type=submit] {
    z-index: 99;
    border: none;
    outline: none;
    background-color: #50b93f;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
input[type=submit]:hover {
	background-color: #555;
}
#rtnbtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #50b93f;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
#rtnbtn:hover {
    background-color: #555;
}
i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.formerror {
max-width: 85em;
margin-top: 5px;
padding: 5px;
background-color:#f00;
color: #000000;
margin-top: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
padding: 1em;
font-size: 1.5em;
}