.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: 3D3D3D;
	left: auto;
}
.body-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00255C;
	text-decoration: underline;
}

.header-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0148AF;
	left: auto;
}
.FAQ-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-left: 20px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #dbdbdb;
}
.form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3D3D3D;
}
.nav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #00255C;
	text-decoration: underline;
}
.form-text-wrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}

.step {font-weight:bold; color:#FF9900;}

input {
  font-family: Tahoma;
  font-size: 11px;
}

select {
  font-family: Tahoma;
  font-size: 11px;
}

textarea {
  font-family: Tahoma;
  font-size: 11px;
}

.btn_sml {
  font-family: Tahoma;
  font-size: 11px;
  background-color: #eeeeee;
  background-image: url(img/btn_sml.gif);
  border: none;
  width: 50px;
  height: 20px;
  cursor:pointer;
}

.btn_mid {
  font-family: Tahoma;
  font-size: 11px;
  background-color: #eeeeee;
  background-image: url(img/btn_mid.gif);
  border: none;
  width: 100px;
  height: 20px;
  cursor:pointer;
}
.btn_big {
  font-family: Tahoma;
  font-size: 11px;
  background-color: #eeeeee;
  background-image: url(img/btn_big.gif);
  border: none;
  width: 150px;
  height: 20px;
  cursor:pointer;
}
.submit_blue {background:url(img/btn_bg.jpg) no-repeat; width:356px; height:40px; border:0px; cursor:pointer; font-size:12px; font-weight:bold; color:#FFFFFF; padding-bottom:5px;}

.success_msg {border:1px solid #CCCCCC; background-color:#FBFBFB; font-weight:bold; font-size:12px; color:#0344A6; text-align:center;}

.error_msg {border:1px solid #DDACAC; background-color:#FBFBFB; font-weight:bold; font-size:12px; color:#990000; text-align:center;}

.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0148AF;
	left: auto;
}
.step_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#tooltipDiv {
	position: absolute;
  background-color: #ffffe1;
	border: 1px solid #000000;
  z-index: 100;
  font-family: Arial;
  font-size: 11px;
	width: 200px;
	height: auto;
	padding: 0px 3px 0px 5px;
	display: none;
}
.tooltipElem {
	cursor: help;
}

.body-text-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 3D3D3D;
	left: auto;
}