.ft_font {
  font-family: tahoma;
  font-size: 9pt;  
  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;
  text-align: bottom;
  padding: 10px;
  padding-top: 50px;
  font-family: arial;
  color: #ffffff;
  font-size: 16pt;
}
.page_title .form_title {
  color: #ffffff;
}

.title2 {
  font-family: arial;
  font-weight: bold;
  font-size: 12pt;
}
.table_1 td { 
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  font-family: arial;
}
td.table_1_bg {
  padding: 2px;
  padding-left: 2px;
  font-family: arial;
  background-color: #cccccc;
  border-bottom: none;
}
.table_1_bg td {
  padding: 1px;
  padding-left: 1px;
  font-family: arial;
  background-color: #cccccc;
  border-bottom: 0px solid #cccccc;
}
td.table_1_title
{
  background-color: #cccccc;
  font-family: arial;
  font-weight: bold;
  padding: 3px;
}
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: 10pt;
  font-family: tahoma;
}
.infohdr1 {
	padding:5px;
	font-weight:bold;
  font-family: arial;
  font-size: 9pt;  
	border:1px solid #001E54;
	background:#001E54;
	color:#FFFFFF;
    width:400px;
}

.infobdy1 {
	padding:5px;
	border:1px solid #001E54;
	background:#FFFFFF;
  font-family: arial;
  font-size: 9pt;  
	color:#000000;
    width:400px;
}

.confirm {
  font-family: arial;
	font-weight:bold;
  font-size: 10pt;  
	color:#FF0000;
}

input.btn {
	font-family: arial;
	font-weight:bold;
	font-size: 12pt;  
}