body {
   background-color:green;
  }

a:link {
	color: #0055a4;
	text-decoration: underline
}

a:visited {
	color: #0055a4;
	text-decoration: none
}

a:active {
  color: #f60000;
  text-decoration: none
}

a:hover {
	color: #ef4135;
	text-decoration: none
}

.Item1 {
	font-family: Verdana, Geneva, sans-serif;
/*    font-family: 'Fira Sans', Verdana, Geneva, sans-serif; */
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background-color: #ef4135;
	color: #ffffff;
	line-height: 20pt;
	border: 2pt outset #ffffff;
}

.Bold_Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	line-height: 8pt;
	text-decoration: none;
}

.textTable {
   font-family: Verdana, Arial, Helvetica, sans-serif;
/*   font-family: 'Fira Sans', sans-serif;*/
   font-size: 11pt;
   color: #000000;
   line-height: 12pt;
   text-decoration: none
}

.bottomtextTable {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #000000;
   line-height: 12pt;
   text-decoration: none
}

.Footnote {
	color: #ff7400;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.Red {
	color: #ce1126;
}
.Blue {
	color: #0055a4;
}

.intro {
    text-align: center;
    background-color:#20b1ef;
}




