a:link, a:visited, a:hover, a:active {
	color: DC9B64;
}
ul {
	list-style: none;
}
ul li::before {
	content: "\2022";
	color: DC9B64;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-bottom:2px;
}
#logoTbl td img{
	height:140px;
	width:140px;
}
#footerTbl td img {
    height:16px;
	width:16px
}
.clsbodyMin{
	min-height:calc(100vh - 70px);
}
.clsTblInfo{
	float:left;
	margin-left:40px;
	margin-top: 60px;
}
.clsTblLogo{
	float:right;
	margin-right:40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.clsHeader{
	float:right !important;
	width:100%;
}
.clsSubHeader{
	margin-left:10%;
	margin-right:10%;
	color:DC9B64;
}
.clsFooter{
	color:DC9B64;
	height:50px;
}
.clsFontSmall{
	font-size:14px;
}
.clsSlogan{
	/*margin-left:25%;
	margin-right:25%;*/
	font-size:48px;
	white-space: nowrap;
}
.clsFooterTbl{
	margin-left:15%;
	margin-right:15%;
	white-space: nowrap;
}