body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: small;
	color: black;
}

a:link		{color: blue}  /* unvisited link */
a:visited	{color: blue}  /* visited link */
a:hover		{color: blue}  /* mouse over link */
a:active	{color: blue} 
/ * a			{ text-decoration: none} */

.instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.instructions_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.page_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.panel_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.panel_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.panel_label_xsm_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight:bold;
}
.panel_content_xsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.required_item {
	color: #FF0000;
}
input.read_only {
	background-color: #ffffff;
	border: 0px #ffffff solid;
}
input.read_write {
	background-color: #cccccc;
}

.panel_label_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.form_text_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.data_fixed_sm {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}
.text_content_md {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 60%;
}
.ol_alpha_lower {
	list-style-type: lower-alpha;
}
.text_content_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	border-bottom-width: thin;
	margin: 2pt;
	display: block;
}
.important {
	color: #FF6633;
}

.important_smi {
	color: #FF6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:italic;
}

td {
	empty-cells:show;
}
.panel_content_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.panel_content_sm_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.panel_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
