.title{
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	font-size: 13px;
}
.titlebg{
	background: #990000;
	border-style: none;
}
th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
.text10px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.blueTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.text12px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.screenreader {
	position: absolute; top:0; left:-9999px
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: Yellow;
}
a:hover{
	text-decoration: underline;
}
.myborder{
	border: 1px;
	border-color: black;
	border-style: solid;
 }
.myborder2{
	border: 1px;
	border-color: black;
	border-style: solid;
	border-top: thin;
}
.yellowtext{
	color: Yellow;
	font-weight: bold;
	font-size: 12px;
}
.blackbold{
	color: Black;
	font-weight: bold;
	font-size: 12px;
}
.maroontxt{
	color: Maroon;
	font-size: 10px;
}
.redtext{
	color: #990000;
	font-weight: bold;
	font-size: 13px;
}
.vesseltitle{
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	font-size: 20px;
}
<!-- CR-2021-009:  Added temporary COVID-19 dislaimer -->
.covid19{
	border: 1px;
	border-color: black;
	border-style: solid;
	border-top: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

input:focus, a:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(39, 120, 173, 1);
  border: 1px solid rgba(39, 120, 173, 1);
}

#skip a
{
position:absolute;
left:-1000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:focus 
{ 
	position:static; 
	width:auto; 
	height:auto;
	font-size: 1px; 
}

.infomessage{
	font-size:14px;
  	font-weight:700;
  	color:#000000;
}