﻿.learnmore
{
    background-position: center center;
    vertical-align:middle;
    text-align:center;
    background-image: url('image/Button_LearnMore_1.png');
    width: 175px;
    height: 41px;
    background-repeat: no-repeat;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:15px !important;
    cursor:pointer;
}
.learnmore:hover
{
    background-position: center center;
    background-image: url('image/Button_LearnMore_2.png');
    width: 175px;
    height: 41px;
    background-repeat: no-repeat;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 15px !important;
    cursor:pointer;
}

.Feature
{
    background-position: center center;
    vertical-align: middle;
    text-align: center;
    background-image: url('image/Features1.png');
    width: 132px;
    height: 41px;
    background-repeat: no-repeat;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 15px !important;
    cursor: pointer;
}
.Feature:hover
{
    background-position: center center;
    background-image: url('image/Features2.png');
    width: 132px;
    height: 41px;
    background-repeat: no-repeat;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 15px !important;
    cursor: pointer;
}





.Price
{
    background-position: center center;
    vertical-align: middle;
    text-align: center;
    background-image: url('image/Price1.png');
    width: 200px;
    height: 41px;
    background-repeat: no-repeat;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 15px !important;
    cursor: pointer;
}

.Signup
{
    background-position:center center;
    vertical-align:middle;
    text-align:center;
    background-image: url('image/Price5.png');
    background-repeat: no-repeat;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    padding:2px 2px 2px 2px;
    cursor: pointer;
}

.Price:hover
{
    background-position: center center;
    background-image: url('image/Price2.png');
    width: 132px;
    height: 41px;
    background-repeat: no-repeat;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 15px !important;
    cursor: pointer;
}

.nolink
{
    color: #FFFFFF;
    text-decoration: none;
}
.WorkPlan
{
    font-weight: bolder;
    color: #333333;
    font-size: large;
}