@charset "utf-8";
/* CSS Document */
body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

h3 {
	font-size:20pt;
	font-weight:bold;
	padding-left:0;
}

.choosequotesummary h3 {
	font-size:14pt;
}

.navigationarea, .footer, .header p {
	display:none;
}

.steps {
	margin-bottom:50px;
	white-space:nowrap;
	font-size:10pt;
	font-weight:normal;
}

.steps div.regular {
	margin-left:0;
}

.steps div.regularon {
	border:1px solid #000;
	padding-left:0;
	display:block;
}

a.btn {
	border:1px solid #000;
	margin:0;
}

a.btn span {
	padding:0 0 0 30px;
}

.Header-on, .Header-off {
	border-bottom:1px solid #000;
	padding-bottom:10px;
}