/* CSS Document */

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
td,
p,
div,
span {
  font-family: Verdana;
  font-size: 14px;
}
h1 {
  font-family: "Arial Narrow", Arial;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #336699;
}
a {
  color: #668cb3;
}
a:hover {
  color: #003366;
}
select,
input,
textarea {
  max-width: 268px !important;
  font-size: 14px;
}
.btmlink {
  color: #cccccc;
  text-decoration: underline;
}
.btmlink:hover {
  color: #999999;
}
.arrowup {
  background: url(images/arrow_dn.gif) left no-repeat;
  background: url(images/arrow.gif) left no-repeat;
  padding-left: 13px;
}
.arrowdn {
  background: url(images/arrow_dn.gif) left no-repeat;
  padding-left: 13px;
}
.pdf {
  padding-top: 2px;
  padding-bottom: 3px;
  line-height: 16px;
  background: url(images/pdf.gif) no-repeat;
  padding-left: 21px;
}
.chn_as_left {
  background: linear-gradient(
    0deg,
    rgba(108, 134, 164, 1) 0%,
    rgba(138, 162, 188, 1) 100%
  );
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  padding-left: 3px;
  font-size: 10px;
}
.chn_as_right {
  background: linear-gradient(
    0deg,
    rgba(108, 134, 164, 1) 0%,
    rgba(138, 162, 188, 1) 100%
  );
  border-radius: 0px 13px 13px 0px;
}
.chn_as_center{
	background: linear-gradient(
    0deg,
    rgba(108, 134, 164, 1) 0%,
    rgba(138, 162, 188, 1) 100%
  );
}