.white_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.white_text_bold_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.white_text_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	padding-left: 3px;
}


.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

.normal_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-align: left;
	vertical-align: middle;
}
.requir_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	vertical-align: top;
}

.normal_text_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
	vertical-align: baseline;
}
.normal_text_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: left;
	vertical-align: baseline;
}
.normal_text_left_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: left;
}


.remarkl_text_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
	vertical-align: baseline;
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.normal_text_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: right;
}

