.RegulatoryBackground {
    stroke: none;
    fill: white;
}

.RegulatoryLegend {
    stroke: none;
    fill: black;
}

.RegulatoryMargin {
    stroke: black;
    stroke-width: 0.1;
}

.GuideBackground {
    stroke: none;
    fill: rgb(0, 155, 103);
}

.GuideLegend {
    stroke: none;
    fill: white;
}

.GuideMargin {
    stroke: rgb(0, 155, 103);
    stroke-width: 0.1;
}

.WarningLegend {
    stroke: none;
    fill: black;
}

.WarningBackground {
    stroke: none;
    fill: rgb(255, 242, 0);
}

.WorkZoneBackground {
    stroke: none;
    fill: rgb(247, 146, 51);
}

.PedSchoolBackground {
    stroke: none;
    fill: rgb(190, 214, 47);
}

.TollBackground {
    stroke: none;
    fill: rgb(108, 39, 106);
}

.RecreationalBackground {
    stroke: none;
    fill: rgb(119, 78, 36);
}

.RecreationalMargin {
    stroke: rgb(119, 78, 36);
    stroke-width: 0.1;
}

.IncidentBackground {
    stroke: none;
    fill: rgb(241, 94, 124);
}

.InterstateLegend {
    stroke: none;
    fill: white;
}

.InterstateBackground {
    stroke: none;
    fill: rgb(0, 107, 177);
    /*fill: rgb(0, 62, 134);*/
    /*fill: rgb(0, 56, 130);*/
}

.InterstateMargin {
    stroke: rgb(0, 107, 177);
    stroke-width: 0.1;
}

.InterstateRedBanner {
    stroke: none;
    fill: rgb(176, 28, 46);
}

.RedLegend {
    stroke: none;
    fill: rgb(237, 23, 36);
    /*fill: rgb(181,39,60);*/
    /*fill: rgb( 176, 28, 46);*/
}

.GreenLegend {
    stroke: none;
    fill: rgb(0, 155, 103);
    /*fill: rgb(0, 103, 71);*/
}

.BrownBackground {
    stroke: none;
    fill: rgb(119, 78, 36);
    /*fill: rgb(0, 103, 71);*/
}