@charset "utf-8";
@font-face {

/* REFERENCE TO AMERICAN TEXT FONT */

	font-family: AmericanText;
	src: url(../../fonts/AmericanText.ttf);
}
/* ----- ALL HTML ----- */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
container {
	padding: 30px;
}
h1 { 
	color: #806517;
	background-color: beige;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 { 
	color: #000;
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	text-decoration:none;
	background-color: #FFF;
	border-bottom:#000;
	border-bottom-style: solid;
	border-bottom-width:thin;
	background-color: #FFF;
}

/* ----- HYPERLINKS ----- */
a {
	color: blue;
	text-decoration: none;
}
a:hover, a:focus a:active{
	color: red;
	text-decoration: none;
}
/* ----- TOOL TIPS ----- */
.tooltip {
	position: relative;
	display:!important
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: black;
	color: #f5f5cd;
	text-align: left;
	border-radius: 10px;
	padding: 5px 5px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}
.tooltip:hover .tooltiptext {
	visibility:inherit;
}
/* ----- PAGE FORMATS ----- */
#pagecontent {
  text-align:center;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
pdf-format {
  margin:0px !important;
  padding:1vw;
  min-width:100vw;
  min-height:10vw;
}
/* ----- TABLE FORMATS ----- */

#table-centering {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#center-tb {
  margin-left: auto;
  margin-right: auto;
}
/* ----- TEXT FORMATS ----- */
.text1 {
	color: white;
	background-color: #006600;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 30px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
.text2 {
	color: white;
	background-color: #006600;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.text3 {
	color: white;
	background-color: #006600;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.text3a {
	color: white;
	background-color: #006600;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.text4 {
	color: #806517;
	background-color: beige;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.text5 {
	color: #806517;
	background-color: beige;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.text5a {
	color: #806517;
	background-color: beige;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.text6 {
	color: #806517;
	background-color:#00FFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align: center;
}
.text6a {
	color: black;
	background-color:#00FFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
}
.text7 {
	color: black;
	background-color:#00FFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: right;
	padding-right:15px;
}
.text11a {
	color: red;
	background-color: beige;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.text27d {
	color: black;
	background-color:#00FF00;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align: center;
}
.text27e {
	color: black;
	background-color:#FFCC00;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align: center;
}
.text27f {
	color:black;
	background-color:#00FF00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align: center;
}
