@charset "utf-8";
/* CSS Document */



td { font-family: arial; font-size: 12px; }
input, textarea, select { font-size: 12px; font-family: arial }
.required_field { color: red; }
.ft_font {
  font-family: Arial;
  font-size: 12px;  
  line-height: 20px;  
}
.ft_nav { 
  background-color: #505A50;
  width: 160px;
  margin: 5px;
  position: absolute;
  top: 2px;
  right: 2px;
  border: 1px solid black;
  color: white;
  font-size: 8pt;
  font-family: tahoma;
  padding: 4px;
}
.ft_nav span { 
  font-weight: bold;
  color: white;
  padding-bottom: 10px;
  line-height: 16px;
  letter-spacing: 0px;
}
div.ft_nav a:visited, div.ft_nav a:link { 
  color: #ffffee;
  text-decoration: none;
}
div.ft_nav a:hover { 
  text-decoration: underline;
}
.page_title { 
  float: left;
  padding-top: 50px;
  font-family: arial;
  color: #ffffff;
  font-size: 16px;
}
.page_title .form_title {
  color: #ffffcc;
}

.title2 {
  font-family: arial;
  font-size: 24px;
font-weight:bold;
margin:0 0 10px 0;
padding:0 0 0 15px;
color:#3c8bce;

}
.table_1 {
  width: 560px;
}
.table_1 td { 
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
td.table_1_bg {
  padding: 2px;
  padding-left: 2px;
  background-color: #48719f;
  border-bottom: none;
}
.table_1_bg td {
  padding: 1px;
  padding-left: 1px;
  background-color: #48719f;
  border-bottom: 0px solid #48719f;
}
td.table_1_title
{
  background: #48719f url(../_g/ssl-padlock.gif) 9px 2px no-repeat;
  color: #fff;
  padding: 3px;
  font-size:12px;
}
td.answer {
  background-color: #eaeaea;
}
.reg_title {
  font-family: arial;
  font-weight:bold;
  font-size: 14pt;
}
.req_field { color: red; }
.error { 
  border: 1px solid #660000;
  background-color: #ffffcc;
}
.error td { 
  padding: 5px;
  font-size: 11px;
  font-family: tahoma;
}