﻿.txtRed
{
    color: Red;
}
.txtBlack
{
    color: #FFFFFF;
}
.txtWhite
{
    color: #000000;
}
.txt10Px
{
    font-size: 10px;
}
.txt12Px
{
    font-size: 12px;
}
.txt14Px
{
    font-size: 14px;
}
.txt18Px
{
    font-size: 18px;
}
.txt12Red
{
    font-size: 18px;
    color: #FF0000;
}
.txt16BoldRed
{
    font-size: 16px;
    color: Red;
    font-weight: bold;
}
.txt14BoldRed
{
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.txt12BoldBlack
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
.txt14BoldBlack
{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.txt16BoldBlack
{
    font-size: 16px;
    color: black;
    font-weight: bold;
}
.txt18BoldBlack
{
    font-size: 18px;
    color: black;
    font-weight: bold;
}
.txt18BoldRed
{
    font-size: 18px;
    color: red;
    font-weight: bold;
}
.txtUnderline
{
    text-decoration: underline;
}

.txt14BoldWhite
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

