.D3_fill_red {
	fill: #B74D3B;
}

.D3_stroke_red {
	stroke: #B74D3B;
}

.D3_fill_yel {
	fill: #E59B00;
}

.D3_stroke_yel {
	stroke: #E59B00;
}

.D3_fill_blue {
	fill: #067BAD;
}

.D3_stroke_blue {
	stroke: #067BAD;
}

.D3_fill_wht {
	fill: #FFFFFF;
}

.D3_stroke_grey {
	stroke: #B0B1B1;
}

.D3_fill_grey_5 {
	fill: #555555;
}

.D3_fill_grey_7 {
	fill: #777777;
}

.D3_title_11 {
	font-family: 'sgi-reg', sans-serif;
	font-size: 11px;
}

.D3_title_12 {
	font-family: 'sgi-reg', sans-serif;
	font-size: 12px;
}

.D3_title_14 {
	font-family: 'sgi-reg', sans-serif;
	font-size: 14px;
}

.D3_title_16 {
	font-family: 'sgi-reg', sans-serif;
	font-size: 16px;
}

.D3_title_18 {
	font-family: 'sgi-reg', sans-serif;
	font-size: 18px;
}

.D3_title_20_B {
	font-family: 'sgi-bold', sans-serif;
	font-size: 20px;
	fill: #FFF;
}

.D3_title_22_B {
	font-family: 'sgi-bold', sans-serif;
	font-size: 22px;
	fill: #FFF;
}

.D3_score {
	font-family: 'sgi-bold', sans-serif;
	font-size: 22px;
	fill: #FFF;
}
.D3_score_XS {
	font-family: 'sgi-bold', sans-serif;
	font-size: 14px;
	fill: #FFF;
}
.D3_score_XXS {
	font-family: 'sgi-reg', sans-serif;
	font-size: 10px;
	fill: #FFF;
}

.D3_title_14_I {
	font-family: 'sgi-icon';
	font-size: 14px;
}
