/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CSS default */
* {
  box-sizing: border-box;
  font-family: Verdana, Sans-serif;
}
body {
  margin: 0px;
  font-size: 14px;
  color: #440000;
}
a {
  text-decoration: none;
  color: #660000;
}
a:active, a:hover {
  color: #ff0000;
}
.bgLightOrange {
  background-color: #fff0e1;
}
.bgDarkOrange {
  background-color: #ed6d21;
}
.bgLightGrey {
  background-color: #f9f9f9;
}
.fixWidthCenter {
  max-width: 983px;
  margin: 0px auto;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page head */
.topMenu {
  max-width: 983px;
  margin: 0px auto;
  overflow: hidden;
}
.topMenu a {
  float: left;
  display: block;
  color: #ffffff;
  padding: 9px 15px 0px 15px;
  height: 37px;
}
.topMenu a:active, .topMenu a:hover {
  background-color: #fce8dc;
  color: #ff0000;
}
.topMenu a.icon {
  display: none;
}
#aHome {
  font-size: 22px;
  padding-top: 4px;
}
#aMenu {
  font-weight: bold;
  font-size: 20px;
  padding-top: 6px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page foot */
#divFootTop {
  padding: 15px 15px 6px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
#divFootBottom {
  color: #ffffff;
  padding: 3px 15px 20px 15px;
  overflow: hidden;
}
#h4ContactTitle {
  margin: 0px;
  float: left;
  color: #ffffff;
}
#aSetting {
  float: right;
  color: #ffffc0;
}
#aSetting:active, #aSetting:hover {
  color: #ff0000;
  text-shadow: 0px 0px 10px #ffffff;
}
#tblFootLeft {
  float: left;
}
#tblFootRight {
  float: right;
}
#tdCopyRight {
  font-size: 10px;
  color: #ffaa88;
  padding-top: 5px;
  text-align: right;
}
.aContactLink {
  color: #ffffc0;
}
.aContactLink:active, .aContactLink:hover {
  color: #ff0000;
  text-shadow: 0px 0px 10px #ffffff;
}
.tdContactIcon {
  width: 20px;
  color: #ffffff;
}