#tab {
  margin: 0 15px 20px 8px;
  overflow: hidden;
  padding: 0;
}

#tab ul {
  list-style: none;
  height: 31px;
  padding: 0 3px;
}

#tab ul li {
  float: left;
  margin-right: 1px;
}

#tab ul li a {
  background: url(../images/left_tab.html) no-repeat 0 -36px;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}

#tab ul li a span {
  background: url(../images/right_tab.html) no-repeat 100% -36px;
  padding: 7px 10px 7px 0;
  display: block;
  color: #b4b4b4;
  text-align: center;
  width: 186px;
}

#tab ul li.act a,
#tab ul li a:hover {
  background: url(../images/left_tab.html) no-repeat;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}

#tab ul li.act a span,
#tab ul li a:hover span {
  background: url(../images/right_tab.html) no-repeat 100% 0;
  padding: 7px 10px 7px 0;
  display: block;
  color: #fff;
}

.content {
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 0;
  color: #bebebe;
  font-family: tahoma;
}

.content a {
  text-decoration: none;
  color: #ff0000;
}

.content a:hover {
  text-decoration: underline;
  color: #db0000;
}

.content p {
  margin-bottom: 20px;
  display: block;
  line-height: 22px;
}

.content table {
  border-color: black;
  margin: 0 auto;
}

table.myTable {
  margin: 0 auto 20px;
  clear: both;
}

table.myTable img {
  margin: 0 auto;
  display: block;
}

.content > p,
.content .contentH2 > p,
.content .contentH3 > p,
.content .contentH4 > p,
.content .contentH5 > p,
.content .contentH6 > p {
  margin-bottom: 20px;
  text-align: justify;
}

span.important1 {
  color: #093bb5;
  font-weight: bold;
}

span.important2 {
  color: #094cef;
  font-weight: bold;
}

span.textSize16 {
  font-size: 16px;
}

span.textSize18 {
  font-size: 18px;
}

span.textSize20 {
  font-size: 20px;
}

span.textSize22 {
  font-size: 22px;
}

span.textSize25 {
  font-size: 25px;
}

.content .center {
  text-align: center;
  margin: 0 auto 20px;
}

.content .center img,
img.center {
  margin: 0 auto;
}

.content ul {
  margin-bottom: 20px;
  list-style-type: none;
}

.content ul li {
  text-align: justify;
}

.content ul li img {
  width: auto;
}

.content ul.anchorLink {
  list-style: none;
  padding: 30px 30px 20px;
  border: 1px solid #bfbebf;
  background: #2d2d2f;
  overflow: hidden;
}

.content ul.anchorLink li {
  float: left;
  width: 47%;
  padding-left: 12px;
  margin-bottom: 10px;
  background: url("../images/list/square.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}

.content ul.anchorLink li a {
  text-decoration: none;
  color: #bebebe;
}

.content ul.anchorLink li a:hover {
  text-decoration: underline;
}

.content ol,
.content ul.decimal {
  clear: both;
  list-style: decimal;
  margin-bottom: 20px;
  padding: 0 0 0 30px;
}

.content ol li,
.content ul.decimal li {
  margin-bottom: 10px;
  padding: 0 0 0 1px;
  width: 100%;
}

.content ul.icon {
  margin-bottom: 20px;
  padding: 0 0 0 0px;
}

.content ul.icon li {
  list-style: none;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  background: url("../images/list/arrow.png");
  background-repeat: no-repeat;
  background-position: left 4px;
}

.content ul.disc,
.content ul {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0 0 0 0px;
}

.content ul.disc li,
.content ul li {
  background: url("../images/list/circle.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
  margin-bottom: 10px;
  padding: 0 0 0 10px;
}

.content ul.disc li:last-child,
.content ul li:last-child {
  margin-bottom: 0px;
}

.content ul.square {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0 0 0 0px;
}

.content ul.square li {
  list-style: none;
  background: none;
  padding: 0 0 0 17px;
  margin-bottom: 10px;
  background: url("../images/list/square1.jpg");
  background-repeat: no-repeat;
  background-position: left 6px;
}

.content ul.square li:last-child {
  margin-bottom: 0px;
}

.content ul.line {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0 0 0 0px;
}

.content ul.line li {
  list-style: none;
  background: none;
  background: url("../images/list/line.jpg") no-repeat 0 8px;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
}

.content ul.line li:last-child {
  margin-bottom: 0px;
}

.content ul li ol {
  list-style: decimal;
}

.content ul li ol li {
  list-style: decimal !important;
  background: none !important;
  padding: 0 0 0 1px !important;
}

table.myTable {
  margin-bottom: 20px;
  background: #000;
}

table.myTable thead tr {
  background-color: #202020;
}

table.myTable .light {
  background: #2d2d2f;
}

table.myTable .dark {
  background: #1b1a1a;
}

table.myTable th,
table.myTable td {
  padding: 5px;
  vertical-align: middle;
  border: 0px solid #000;
  border-collapse: initial;
}

table.myTable th {
  color: #fff;
  background: #4d4d4d;
}

.content {
  font-family: arial !important;
}

.content img {
  border: 1px solid #fff;
  display: inline-block;
  max-width: 610px !important;
  width: 100%;
}

.content img.org {
  width: auto !important;
}

.content img.bordernone {
  border: 0px solid #333;
}

.content p img,
.content li img {
  margin-bottom: 0px !important;
}

.content .left {
  float: left;
  margin-right: 10px;
}

.content .right {
  float: right;
  margin-left: 10px;
}

.content img.left,
.content img.right {
  width: auto;
}

.content h1 {
  color: #00ffff;
  clear: both;
  padding: 25px 0 0 35px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  background: url("../images/icontitle/h1.png");
  background-repeat: no-repeat;
  background-position: 0px 32px;
}

.content h2 {
  clear: both;
  padding: 25px 0 0 30px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 41px;
  color: #f1c40f;
  font-weight: bold;
  background: url("../images/icontitle/h2.png");
  background-repeat: no-repeat;
  background-position: 0px 34px;
}

.content .contentH2 {
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
}

.content h3 {
  clear: both;
  padding: 30px 0 0 30px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 40px;
  color: #ffff66;
  font-weight: bold;
  background: url("../images/icontitle/h3.png");
  background-repeat: no-repeat;
  background-position: 0px 40px;
}

.content .contentH3 {
  padding: 0 0 0 60px;
  margin: 0 0 20px 0;
}

.content h4 {
  clear: both;
  color: #0634ad;
  padding: 30px 0 0 85px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  background: url("../images/icontitle/h4.png");
  background-repeat: no-repeat;
  background-position: 60px 38px;
  line-height: 34px;
}

.content .contentH4 {
  padding: 0 0 0 85px;
  margin: 0 0 20px 0;
}

.content h5 {
  clear: both;
  color: #0634ad;
  padding: 25px 0 0 110px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  background: url("../images/icontitle/h5.png");
  background-repeat: no-repeat;
  background-position: 85px 30px;
  line-height: 28px;
}

.content .contentH5 {
  padding: 0 0 0 110px;
  margin: 0 0 20px 0;
}

.content h6 {
  clear: both;
  color: #0634ad;
  padding: 20px 0 0 135px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  background: url("../images/icontitle/h6.png");
  background-repeat: no-repeat;
  background-position: 110px 20px;
  line-height: 25px;
}

.content .contentH6 {
  padding: 0 0 0 135px;
  margin: 0 0 20px 0;
}

.content .note {
  padding: 20px 10px 10px;
  position: relative;
  border: 1px solid #909090;
  margin: 30px 0 20px;
  background: #1b1a1a;
}

.content .note .title {
  color: #fff;
  background: #d80000;
  padding: 5px 30px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: 40px;
  font-weight: bold;
}

.content .caption {
  font-style: italic;
  font-size: 13px;
  display: block;
  text-align: center;
  margin: 5px 0 10px 0;
}

#content .tags {
  clear: both;
  margin-bottom: 15px;
  border: 1px solid #c5c7c7;
  background-color: #f7f6f6;
  padding: 10px 10px 10px 50px;
  background: url("../images/tag.html");
  background-repeat: no-repeat;
  background-position: 15px 8px;
}

#content .author {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

#content .author p {
  float: right;
}

#content .author p span.au {
  padding: 10px 0 10px 40px;
  border-top: 1px dashed #000;
  display: block;
  font-style: italic;
  font-weight: bold;
}

.content iframe {
  max-width: 500px;
  width: 100%;
  height: 312px;
  max-height: 312px;
}

.note2 {
  margin: 20px 0;
}

.note2 > legend {
  background: #d80000;
  padding: 5px 30px;
  font-weight: bold;
  color: #fff;
  margin-left: 50px !important;
}

.note2 > .disc {
  padding: 0 10px 10px 10px !important;
}

.mobile .content h2 {
  background: none;
  padding: 0;
}

.mobile .content h3 {
  background: none;
  padding: 0;
}

.mobile .content h4 {
  background: none;
  padding: 0;
}

.mobile .content h5 {
  background: none;
  padding: 0;
}

.mobile .content h6 {
  background: none;
  padding: 0;
}

@media only screen and (max-width: 500px) {
  .content ul.anchorLink li {
    width: 100%;
  }
}

.sub-content-image {
  max-width: 110px;
  max-height: 70px;
}
