﻿.standardText
{
    font-family: Square721 Ex BT, Arial;
    font-size: 11px;
    color: Black;
    line-height: 14px;
}
.menu
{
    text-transform: uppercase;
    font-size: 12px;
    color: White;
}
.pdStyle
{
    font-size: 18pt;
    font-weight: normal;
    text-decoration: none;
    line-height: 43px;
}
.line
{
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}
.sub
{
    font-size: 16px;
    font-weight: 700;
}
.prodDit
{
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
}
.bttTextWhite
{
    color: White;
    padding-left: 12px;
}
.bttTextGray
{
    color: Gray;
    padding-left: 25px;
}
.greenMenuBox
{
    color: Black;
    font-size: 11px;
}
.greenMenuBox:hover
{
    color: White;
}
.greenLink
{
    color: #7EC21D;
    text-decoration: none;
}
.greenLink:hover
{
    color: Gray;
    text-decoration: none;
}    
/* Common Styels */
.green
{
    color: #7EC21D;
}
.uppe
{
    text-transform: uppercase;
}
.medium
{
    font-size: 14px;
    font-weight: bold;
}
.white
{
    color: White;
}
.big
{
    font-size: 18px;
    font-weight: 700;
}
.small
{
    font-size: 10px;
}
.small:hover
{
    color: Red;
}
