/* set up basic double table structure */

 /* unvisited link */
a:link {
  color: darkblue;
  font-size: 19px;
  text-decoration: underline;
}

/* visited link */
a:visited {
  color: purple;
  font-weight: bolder;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: darkblue;
  font-weight: bolder;
  background-color: lightblue;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: underline;
} 

.Address {
	visibility: hidden;
	display: none;
}

body {
	background-color: #149dcc;);
}
	
Option { 
	font-size: 16px;
	}

div.a {text-align: center;}

div.b {text-align: left;}

.center {text-align: center;}

.centerA {text-align: center;
padding-right: 10px;
padding-left: 10px;}

.left {text-align: left:}

.right {text-align: left:}

hr.style2 {
	width: 97%;
	height:2px;
	color: darkblue; 
	border: 0px;
	background-color:darkblue;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.style3 {
	width: 80%;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  border: 1px solid darkblue;
  box-sizing: border-box;
  border-radius: 4px;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  columns: 100%;
  font-size: 16px;
  font-family: Sans-serif;
  border: 1px solid darkblue;
  border-radius: 4px;
}

label {
	font-size: 18px;
	font-weight: bold;
}

select {
	font-size: 13px;
	padding: 5px 5px;
	width: 100%;
	min-width: 290px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	box-sizing: border-box;
	}
	
.button1 {
  box-sizing: border-box;
  padding: 7px 7px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  border: 2px solid black;
  box-sizing: border-box;
  border-radius: 4px;
}

.button2 {
  box-sizing: border-box;
  padding: 7px 7px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  border: 2px solid black;
  box-sizing: border-box;
  border-radius: 4px;
}

.button1:hover {
  background-color: darkred;
  color: white;
}

.button2:hover {
  background-color: darkgreen;
  color: white;
}

td.style1 {
	text-align: center;
	height: auto;
	width: 90%;
	column-span: 2;
}

td.style2 {
	text-align: left;
	height: auto;
	width: 100%;
	column-span: 2;
}

td.style3 {
	text-align: justify;
	height: auto;
	width: 100%;
	column-span: 2;
}
	
table.style1 {
    border: 2px solid darkblue;
    width: 90%;
    max-width: 700px;
    margin: auto;
    box-sizing: border-box;
    padding: 0px;
    background: darkblue;
    text-align: center;
}

table.style2 {
	background: #fff;
	width: auto;
	padding: 0px;
	box-sizing: border-box;
	border-collapse: collapse;
}

table.style3 {
	width: auto;
	height: auto;
	padding: 15px;
	background-color: #f2f2f2;
	box-sizing: border-box;
	}

.style2 {
	color: black;
	text-align: right;
	padding-right: 20px;
	font-size: 30;
	font-weight: bold;
}

.style3 {
	color: #000080;
	font-size: 14px;
}

.style4 {
	color: #FFFFFF;
}

.style5 {
	font-size: 12px;
}

.style5A {
	font-size: 14px;
}

.style7 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: darkblue;
}

.style7a {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: black;
}

.style8 {
	font-size: 36px;
	font-weight: bold;
	color: darkblue;
}

.style9 {
	font-size: 19px;
	color: black;
	font-weight: normal;
}

.style10 {
	font-size: 24px;
	color: #3c0000;
	padding-left: 10px;
	padding-right: 10px;
}

.style10A {
	font-size: 24px;
	color: #3c0000;
	font-weight: normal;
}

.style11 {
	font-size: 36px;
	font-weight: bold;
	color: #3c0000;
	text-align: center;
}

.style12 {
	font-size: 18px;
	font-weight: normal;
    color: #3c0000;
    text-align: center;
}

.style13 {color: #3c0000}

.style15 {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.style16 {
	font-size: 16px;
	color: #000000;
	text-align: center;
}

.style17 {
	color: #808080;
	font-size: 30px;
	text-align: center;
	font-weight: bolder;
}

.style18 {
	font-size: 36px;
	font-weight: bold;
	color: darkred;
}

.style19 {font-size: 18px;}

.style20 {
	font-size: 18px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

