/* boxes background color */
.black_box {
	background-color: #000000;
}
.blue_box {
	background-color: #377D96;
}
.dark_blue_box {
	background-color: #0C3E59;
}
.light_blue_box {
	background-color: #A8C0CD;
}
.orange_box {
	background-color: #EC3E12;
}
.red_box {
	background-color: #EC3E12;
}
.very_light_blue_box {
	background-color: #DCEAF3;
}
.white_box {
	background-color: #FFFFFF;
}
.grey_box {
	background-color: #cbe2f3;
}
/* text */
.black_text {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.black_text_bold {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.blue_text {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #377D96;
}
.blue_text_bold {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #377D96;
}
.dark_blue_text {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #0C3E59;
}
.dark_blue_text_bold {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #0C3E59;
}
.orange_light_text {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #FFBF00;
}
.orange_light_text_bold {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #FFBF00;
}
.orange_text {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #EC3E12;
}
.orange_text_bold {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #EC3E12;
}
.red_text {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #EC3E12;
}
.red_text_bold {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #EC3E12;
}
.red_text_bold_menu {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #EC3E12;
	text-decoration: none;
}
.very_light_blue_text {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #DCEAF3;
}
.very_light_blue_text_bold {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #DCEAF3;
}
.white_text {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.white_text_bold {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.white_text_bold_menu {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.light_blue_text_bold {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #A8C0CD;
}