.std-text {
	font-family: Verdana;
	font-size: 10pt;
}

.std-hyperlink {
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
	color: red;
}

.message {
	font-family: Verdana;
	font-size: 10pt;
}

.title {
	font-family: Verdana;
	font-size: 24pt;
	letter-spacing: 0.1em
}

.error-message {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	background-color: red;
}

.label {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.heading1 {
	font-family: Verdana;
	font-size: 10pt;
	background-color: #f7ee8a;
	border: 1px;
}

.button {
	font-family: Verdana;
	font-size: 10px;
	border-width: 1px;
}

.full-view-text {
	font-family: Verdana;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 16px;
}

.child-title-bar {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: black;
	background-color: grey;
	width: 100%;
	margin-bottom: 3pt;
	padding: 2pt;
}

.children-div {
	padding-left: 10px;
	padding-top: 6pt;
	width: 98%;
}

.children-div-header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: black;
	width: 100%;
	margin-bottom: 6pt;
	padding: 2pt;
}

.expandable-div {
	width: 100%;
}