@charset "utf-8";
/* CSS Document */

.bold_blue_text {
	font-size: 12px;
	font-weight: bold;
	color: #276eb6;
}
.small_blue_text {
	font-size: 11px;
	font-weight: normal;
	color: #276eb6;
}
.link_off {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
    color: #276eb6;

}
.link_on {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
    color: #276eb6;

}
.small_gray_text {
	font-size: 11px;
	font-weight: normal;
	color: #7f7f7f;
}
.big_bold_blue_text {
	font-size: 14px;
	font-weight: bold;
	color: #276eb6;
}
.normal_blue {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
    color: #276eb6;

}
.table_left {
	font-size: 11px;
	font-weight: bold;
	color: #757575;
}
.table_right {
	font-size: 11px;
	font-weight: normal;
	color: #393939;
}

.blue_description_title {
	font-size: 11px;
	font-weight: bold;
	color: #276eb6;
}
.description {
	font-size: 11px;
	font-weight: normal;
	color: #393939;
}