body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #40C0CB;
}
.text_12px_bold_orange {
	font-size: 12px;
	font-weight: bold;
	color: #FF9122;
}
.border_orange {
	border: 1px solid #FF9122;
}
.text_12px_bold_blue {
	font-size: 12px;
	font-weight: bold;
	color: #2F6999;
}
.text_12px_bold {
	font-size: 12px;
	font-weight: bold;
}
.text_12px_bold_white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_16px_bold_blue {
	font-size: 16px;
	font-weight: bold;
	color: #2F6999;
}
.text_16px_bold_white {

	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_12px_norm_white {
	font-size: 12px;
	color: #FFFFFF;
}
.text_12px_bold_red_sub {
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
}
.text_12px_bold_white_sub {

	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
}

.link_12px_bold_white:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.link_12px_bold_white:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.link_12px_bold_white:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.link_12px_bold_white:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.link_12px_bold_orange:link {
	color: #FF9122;
	text-decoration: underline;
}
.link_12px_bold_orange:visited {
	text-decoration: underline;
	color: #FF9122;
}
.link_12px_bold_orange:hover {
	text-decoration: none;
	color: #FF9122;
}
.link_12px_bold_orange:active {
	text-decoration: underline;
	color: #FF9122;
}