.heading {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
.heading2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  color: #9a0002;
}
.heading3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.links a:link {
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  font-weight:normal;
  color: #000000;
  text-decoration: none;
}

.links a:hover {
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  font-weight:normal;
  color: #9A0002;
  text-decoration: none;
}

.links a:active {
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  font-weight:normal;
  color: #9A0002;
  text-decoration: underline;
}

.links a:visited {
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  font-weight:normal;
  color: #9A0002;
  text-decoration: underline;
}


.text2 {
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  font-weight:normal;
  color:#FFFFFF;
}

.bwdlink a:link {
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  font-weight:normal;
  color:#FFFFFF;
  text-decoration: none;
}

.bwdlink a:hover{
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  font-weight:normal;
  color:#FFFFFF;
  text-decoration:underline;
}

.bottombg {
  background-image: url('/images/inside_14.jpg');
}

.bodybg {
  background-color: #EEE8E8;
}

.navbg {
  background-color: #3E3C3D;
}

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  background-color: #727272;
  font-family:"Times New Roman", Times, serif;
}