body {
	margin: 0px;
	font: normal 12px/18px "Noto Sans", Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000033;
	background-color:#FFF;
	}

a, a:visited, a:active  {
	color: #e8554e;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #e33028;
    text-decoration: none;
	background-color: inherit;
    }

#mastertable {
	background-color: #FFFFFF;
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 12px/18px "Noto Sans", Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000033;
	}

#lowermastertable {
	margin-left:auto;
	margin-right:auto;
	}

#toptable {
	width: 98%;
	max-width:1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#reducetable {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}

.headerWrap {
	background:url(/graphics/HCLT/HCLT_header_bg.jpg) no-repeat top left;
	background-size: 100%;
    text-align: left;
}
.headerIcon {
	max-width:300px;
}

.navcontainer
{
color: #111;
margin-top:20px;
border-bottom:1px #666 solid;
text-transform:uppercase;
}

.navcontainer ul
{
margin: 0 auto;
padding: 0;
list-style-type: none;
max-width:1000px;
display:flex;
flex-wrap:wrap;
}

.navcontainer ul li
{
display: block;
float: left;
margin: 0;
flex:1 1 auto;
padding:0 1%;
}

.navcontainer ul li a
{
height: 30px;
color: #666;
text-decoration: none;
display: block;
text-align: center;
font: normal 14px/18px "Noto Sans", Arial, Geneva, Verdana, Helvetica, sans-serif;
}

.navcontainer ul li a:visited
{
color: #666;
text-decoration: none;
}

.navcontainer ul li a:hover
{
color: #e8554e;
}

.navcontainer li a#active
{
color: #e8554e;
}

.languageLinkPadding {
	padding-right: 5px;
	}

h1 {
	font-size: 20px;
	}

/*BORDERS*/

.fullBorder {
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
	border-top: #666 solid 1px;
	border-bottom: #666 solid 1px
    }

.fullBorderStandard {
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
	border-top: #666 solid 1px;
	border-bottom: #666 solid 1px;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    }

.borderFull {
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
	border-top: #666 solid 1px;
	border-bottom: #666 solid 1px
    }

.borderL {
	border-left: #666 solid 1px
    }

.borderLT{
	border-left: #666 solid 1px;
	border-top: #666 solid 1px
    }

.borderLTR{
	border-left: #666 solid 1px;
	border-top: #666 solid 1px;
	border-right: #666 solid 1px
    }

.borderLR {
	border-right: #666 solid 1px;
	border-left: #666 solid 1px
    }

.borderLTB {
	border-left: #666 solid 1px;
	border-top: #666 solid 1px;
	border-bottom: #666 solid 1px
	}

.borderLRB {
	border-bottom: #666 solid 1px;
	border-right: #666 solid 1px;
	border-left: #666 solid 1px
    }

.borderLB {
	border-bottom: #666 solid 1px;
	border-left: #666 solid 1px
    }

.borderT {
	border-top: #666 solid 1px
    }

.borderTR{
	border-top: #666 solid 1px;
	border-right: #666 solid 1px
    }

.borderTRB {
	border-top: #666 solid 1px;
	border-right: #666 solid 1px;
	border-bottom: #666 solid 1px
    }

.borderTB {
	border-top: #666 solid 1px;
	border-bottom: #666 solid 1px
    }

.borderR {
	border-right: #666 solid 1px
    }

.borderRB {
	border-bottom: #666 solid 1px;
	border-right: #666 solid 1px
    }

.borderB {
	border-bottom: #666 solid 1px
    }
