/* CSS Document */

td {
	text-align: left;
}
Body {
	margin: 0px;
}
.ApplicationDetail {
	font-size: 12pt;
	font-weight: bold;
	list-style-type: none;
	margin-left: -30px;

}
.Heading {
	font-size: 14pt;
	font-weight: bold;
	width: 350px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;

}
.InitialField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #999999;
	height: 18px;
	width: 18px;

}
.PhoneField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #999999;
	height: 18px;
	width: 100px;
}
table {
	margin-top: 0px;
	margin-bottom: 0px;
}

.SINField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #999999;
	height: 18px;
	width: 90px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.DOBField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #999999;
	height: 18px;
	width: 90px;
}
.ValueField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #999999;
	height: 18px;
	width: 80px;
}
.TextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #999999;
	height: 18px;
	width: 300px;
}
.NameField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #999999;
	height: 18px;
	width: 215px;
}
.Terms {
	font-size: 10pt;
	font-weight: normal;
	height: 150px;
	width: 325px;
	overflow: auto;
	padding: 5px;
	margin-left: 9px;
	border: 1px solid #000000;
	margin-top: 5px;
}
.Terms li {
	list-style-position: outside;
	margin-left: -20px;
	list-style-type: disc;

}
.Notes {
	font-size: 10pt;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
}
.Notes p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.Notes li {
	list-style-position: outside;
	margin-left: -20px;
	list-style-type: disc;

}
.DropDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #999999;
	height: 18px;
}

.FieldName {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;

}
.AgreeButton {
	font-size: 12pt;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 25px;
	width: 75px;
	border: 1px solid #333333;
	text-align: center;
	margin: 8px;

}
.SubmitButton {
	font-size: 12pt;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 25px;
	border: 1px solid #333333;
	text-align: center;
	margin: 8px;
}
