.field_label
{
	background-color: transparent;
	border: solid;
	border-width: 0px;
	border-color: transparent;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: left;
	color: #2e3649;
}

.field_content
{
	background-color: transparent;
	border: solid;
	border-width: 0px;
	border-color: transparent;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: black;
	height: 22px;
}

.field_label_enf
{
	background-color: #EAF0FF;
	border: solid;
	border-width: 1px;
	border-color: #ABB0B7;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: left;
	color: #6FC0E9;
}

.field_content_enf
{
	background-color: #D4DCE5;
	border: solid;
	border-width: 1px;
	border-color: #AFD6E9;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: black;
	height: 22px;
}

.field_delim
	{
		font-family: sans-serif;
		font-weight: normal;
		font-size: 11px;
		color: #65645D;
		float: left;
	}