body {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 145%;
  color: #4F4F4F;
  margin: 0;
  padding: 0;
  background:#ffffff;
  text-align: justify;
}

#cntHeader,
#cntFooter {
  display: none;
}

#content {
  position: absolute;
  top: 0px;
  width: 757px;
  left: 50%;
  margin-left: -379px;
  top: 50%;
  margin-top:-275px;
  text-align: center;
}

#mainTable {
  color: #888;
}

#mainTable a {
  color: #888;
}

a {
  color: #B42E2F;
}

a.link {
  color: #ffffff !important;
}

.titleTxt {
  font-size: 19px;
  font-weight: bold;
  color: #B42E2F;
}

div.button {
  width: 200px;
  height: 30px;
  background:#212121 url(/images/blue_btn.jpg) no-repeat;
  font-size: 18px;
  color: #FFFFFF;
  padding-top: 14px;
  margin-left: 25px;
  margin-bottom: 25px;
}

div.red { background:#212121 url(/images/red_btn.jpg) no-repeat; }
div.green { background:#212121 url(/images/green_btn.jpg) no-repeat; }
div.blue { background:#212121 url(/images/blue_btn.jpg) no-repeat; }



span.red{
  color: #C63031;
  padding-bottom: 25px;
}


ul.menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.menu li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

ul.menu a {
  position: relative;
  display: block;
  margin: 0;
}

ul li {
  padding-top: 3px;
  padding-bottom: 2px;
}

ul.redDots {
  list-style-type:none;
  padding: 0px;
  font-size: 11px;
}

ul.redDots li a
{
  margin-left: 20px;
  background-image: url(../../images/arrow_right_red_small.jpg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 20px;
  text-decoration: none;
}

