body,
td,
th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
  background-color: #ffffff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
/* CSS Document */
.body_text {
  font-size: 14px;
  color: #333333;
  text-align: justify;
  vertical-align: top;
}
.headings {
  font-size: 16px;
  text-align: center;
}
.form_contents {
  font-size: 12px;
  color: #333333;
  text-align: right;
  vertical-align: top;
}
.form_feilds {
  width: 200px;
  height: 20px;
}
.form_text_area {
  width: 200px;
  height: 60px;
}
.form_required {
  font-size: 9px;
  color: #3366ff;
  text-align: left;
  vertical-align: top;
}
.categories {
  font-size: 14px;
  color: #669900;
  text-align: Center;
  text-decoration: none;
}
a.categories:link {
  text-decoration: none;
}
a.categories:active {
  text-decoration: none;
}
a.categories:hover {
  color: #83626b;
  text-decoration: none;
}
a.categories:visited {
  text-decoration: none;
}

.footer {
  font-size: 12px;
  color: #333333;
  /* text-align:left; */
  vertical-align: top;
}
.error {
  font-size: 9px;
  color: #ff0000;
  text-align: center;
}
.tab_over {
  background-color: #83626b;
}
.tab_off {
  background-color: #669933;
}
.tabs {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
a.tabs:link {
  text-decoration: none;
}
a.tabs:active {
  text-decoration: none;
}
a.tabs:hover {
  color: #ffffff;
  text-decoration: none;
}
a.tabs:visited {
  text-decoration: none;
}
.bg_color {
  background-color: #cecece;
}
.tab_light {
  background-color: #e1e1e1;
}
.completed_text {
  font-size: 12px;
  text-align: center;
  color: #000000;
}
