body { 
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    margin-top: 4px; 
    margin-left: 4px; 
    margin-bottom: 4px; 
    margin-right: 4px; 
}
p, div, dd, table, td { 
    font-size: inherit; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}
h3 {
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}
ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 18px;
}
li {
    margin-top: 4px;
}
form {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
}
img {
    border: 0px;
}
table { 
    border-color: #0F385C; 
}
table.outer { 
    width: 100%; 
    background-color: #0072BC; 
    border-style: solid; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    border-right-width: 1px; 
    border-top-width: 0px; 
    padding: 0px;
}
table.structure { 
    border-collapse: collapse;
    padding: 0px;
}
table.menu { 
    width: 100%; 
    border-width: 1px; 
}
table.content { 
    border-collapse: collapse;
    border-color: #000033;
    border-width: 1px;
    border-style: solid;
}
th.content { 
    padding: 4px;
    color: #FFFFFF; 
    background-color: #0F385C; 
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold;
}
td.outer { 
    background-color: #0072BC; 
    border-width: 0px; 
    padding: 0px;
}


/* Stop the superscript from affecting the menu */
sup, sub { 
	vertical-align: 0;
  position: relative; 
}
sup { bottom: 1ex; }
sub { top: 0.8ex; }

div.menu {
		margin-top: 12px;
		display: flex;
		justify-content: center
}

div.menu div {
		margin: 0 1px;
    background-color: #0F385C;
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    text-align: center; 
    white-space: nowrap;
}

td.menu { 
    background-color: #0F385C;
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    text-align: center; 
    vertical-align: bottom;
    white-space: nowrap;
    height: 20px;
}
td.content { 
    padding: 4px;
    background-color: #F0F2F6; 
    border-width: 0px;
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    vertical-align: top;
}
td.copyright {
    padding: 4px;
    color: #FFFFFF;
    background-color: #0F385C; 
    border-width: 0px;
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr { 
    color: #0072BC; 
    size:1; 
}
.bold {
    font-weight: bold;
}
.small {
    font-size: smaller;
}
.center {
    text-align: center;
}
.banner {
    background-image:url('img/SPAC-banner_2023.png');
    background-repeat: no-repeat;
    width:780px;
    height:94px;
    margin:0px;
    padding:6px 16px;
    vertical-align:top;
}
.bannertext {
    font-family: "Times New Roman", serif;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.bannertext2 {
    font-family: "Times New Roman", serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
.rstnum {
    font-size: larger;
    font-weight: bold;
}
.doctitle {
    font-weight: bold;
}
.docauthors {
    font-weight: bold;
    font-style: italic;
}
.docconf {
}
.dockw {
}
.docrank {
    color: blue;
}
.conf {
    text-indent: 0em;
}
.indent1 {
    text-indent: 1em;
}
.navbutton {
    border-width: 2px;
    border-color: EEEEDD;
    float: right;
}
.navnums {
    color: 999988;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}
.formline {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 3px;
}
.formline2 {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 10px;
}
.textinput {
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 1px;
    border: 1px;
    border-color: #000;
    border-style: solid;
}
.listinput {
    font-size: 10px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 1px;
    border: 1px;
    border-color: #000;
    border-style: solid;
}
.checkinput {
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    vertical-align: middle;
}
input.button { 
    padding-top: 2px; 
    padding-bottom: 2px; 
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    line-height: 13px;
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: bold;
    background-color: #CCC;
    border: 1px;
    border-style: solid;
    border-color: #000;
}
.terms {
    padding: 0px 12px;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
}
A { 
    color: #0F385C; 
    text-decoration: none;
}
A:hover { 
    color: #0072BC;
    text-decoration: underline;
}
A.tablehdr { 
    color: #FFFFFF; 
}
A.onblue {
    color: #FFFFFF; 
    text-decoration: none;
}
A.logout {
		display: block;
		border: solid 1px #FFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    float: right;
    padding: 1px 5px;
    margin: -2px -2px -2px 4px;
}
A.logout:hover {
		background-color: #FFF;
		color: #000;
}
A:hover.onblue {
    color: #9999AA; 
    text-decoration: underline;
}
.menu A {
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
    line-height: 24px;
    display: block;
}
.menu A:link, .menu A:visited { 
    background-color: #0f385c; 
    color: #FFFFFF; 
    line-height: 20px;
}
.menu A:hover { 
    background-color: #FFFFFF; 
    color: #0f385c; 
    text-decoration: none;
    line-height: 20px;
}
.menu A#current { 
    background-color: #FFFFFF; 
    color: #0f385c;
    line-height: 20px;
}
.testimonial {
    padding: 6px;
    margin: 6px 3px;
    background-color: #F4F1D0;
    border: solid 1px #DBD69F;
}
.red {
    color: #FF0000;
}

.recording_section {
		padding: 12px 0px 0px 18px;
}

.recording {
		padding: 3px 0px;
}