body, html, p {
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif; 
	width: auto;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif; 
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}
.header {
	background-color: white;
	position: relative;	
	color: #000000;
	font-size: 24px;
	overflow: hidden;
}
.header a {
	float: left;
	text-align: center;
	padding: 14px 16px;
	
}
.header a.active {
	background-color: black;
	color: white;
}
.title {
	color: black;
	font-size:52px;
	text-align: center;
	width: 100%;
	font-family: Oswald;
}
.text {
	text-align: left;
	font-family: Open sans;
	padding: 0px 0px 60px 60px;
	font-size: 26px;
	width: 90%;
	
}
.contact {
	font-family: Oswald;
	font-size: 22px;
	text-align: center;
	margin: 0;
}
textarea{
	font-size:18px;
}
input[type=text], select{
	width: 33%;
  	padding: 12px 20px;
  	margin: 8px 0;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
	font-size: 18px;
}
input[type=password]{
        width: 40%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
	font-size: 18px;
}
input[type=submit] {
 	width: 40%;
  	background-color: red;
  	color: white;
  	padding: 14px 20px;
  	margin: 8px 0;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
	font-size: 20px;
}
input[type=date] {
	font-size:18px;
}
input[type=submit]:hover{
	background-color: #f54260;
}

.border{
	border-radius: 5px;
  	background-color: #f2f2f2;
  	padding: 20px;
	font-size: 20px;
}
table {font-family: arial, sans-serif; border-collapse: collapse; width: 100%; text-align: left; empty-cells: show;}
table.floatThead-table {border-top: none; border-bottom: none; background-color: #E6E6FA;}
td {border: 1px solid #dddddd; text-align: left; padding: 8px;}
td:empty::after{
	content: "\00a0";
}
th {position: sticky; top: 50px; background: #E6E6FA;}
tr:nth-child(even) {background-color: #dddddd;}
	
label {
	font-size: 20px;
}
.reglink a:link {color: black; text-decoration: none;}
.reglink a:hover {color: red; text-decoration: none;}
.floatleft {
	float: left;
	width: 25%;
}
.floatmid {
	float: left;
	width: 33%;
}
.floatright {
	float: left;
	width: 25%;
}
.button {
	background-color: red;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	width: 30%;
}
