html, body {
	margin: 10px;
	font-family: Vrinda, sans-serif;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: Navy;
}
a:visited {
	color: Navy;
}
#Content {
	position: relative;
}
#Information {
	position: relative;
}
ul.Legend li {
	list-style: none;
	display: inline;
	padding-left: 2px;
}
ul.Legend li img {
	padding-right: 5px;
}
table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
table col.Ledgend {
	width: 6em;
}
table col.Offer {
	width: 12em;
}
table col.Icon {
	width: 1em;
}
table td.Label {
	text-align: right;
	vertical-align: top;
	padding-right: 0.5em;
	font-weight: bold;
	background-color: #dfdfdf;
}
h2.Caption {
	color: Black;
	font-weight: normal;
	font-size: 16pt;
	text-transform: uppercase;
	border-bottom: 1px solid Black;
	font-family: Vrinda, sans-serif;
	text-align: center;
}
.Seperate {
	border-bottom: 1px dashed #dfdfdf;
}
table tr.SubTitle {
	font-size: 0.9em;
	border-bottom: 2px solid #dfdfdf;
}
table td.Text {
	padding-left: 2em;
}
table td.Question {
	font-size: 0.9em;
	border-top: 1px dashed #dfdfdf;
}
table td.Answer {
	font-weight: bold;
}
table caption {
	color: Black;
	font-size: 16pt;
	text-transform: uppercase;
	border-bottom: 1px solid Black;
	font-family: Vrinda, sans-serif;
}
table tr.Titles {
	text-align: center;
	color: Black;
	font-weight: bold;
}
table tr.Titles td {
	border-bottom: 3px solid Black;
}
#Disclaimer {
	clear: both;
	display: inline;
}
/*ResponseTree*/
ul.ResponseTree li {
	list-style: none;
}
ul.ResponseTree li.Carrier {
	list-style: none;
	font-size: 13pt;
	color: #444444;
	border-top: 1px dashed Gray;
	background-color: #dfeef7;
	padding-left: 5px;
}
ul.ResponseTree li.Carrier b {
	text-transform: uppercase;
}
ul.ResponseTree b.Class {
	color: #147eba;
	text-transform: uppercase;
}
ul.ResponseTree b.Outcome {
	color: #c57100;
	text-transform: uppercase;
}
ul.ResponseTree li.Notes b {
	color: #9F9F00;
	text-transform: uppercase;
}
ul.ResponseTree li.Notes p {
	padding-left:15px;
	padding-bottom: 20px;
}
p.Signature {
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 3em;
	font-style: italic;
	font-size: 16px;
}
div.Disclaimer {
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 3em;
	padding-right: 3em;
	font-size: 11px;
	color: #ababab;
	border-top: 1px dotted #333333;
}
p {
	margin: 0;
	text-align: justify;
}