﻿.style01 {
    font-size: 22px !important;
    margin: 15px 0px 10px 0px !important;
    line-height: 28px !important;
    color:#C80F0F !important;
}

.style01 a {
    color:#C80F0F;
    text-decoration:none;
}

.style02 {
    font-size: 17px;
    margin: 10px 0px 8px 0px;
    line-height: 16px;
    color: #336699;
}

.style02 a{
    color: #939393;
    text-decoration: none;
}

.style03 a:hover{
    color: #C80F0F;
    text-decoration: underline;
}

.style03{
    font-size: 13px;
    margin: 7px 0px 7px 0px;
    line-height: 14px;
    font-weight: bold;
}

.brandColor {color: #C80F0F;}
.brandColorGray {color: #939598;}