﻿body {
}
.Key1
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/Key1.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 76px;
    height: 25px;
    cursor: pointer;
}
.Key1:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/Key1.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 76px;
    height: 25px;
    cursor: pointer;
}
.Key2
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/Key2.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 96px;
    height: 27px;
    cursor: pointer;
}
.Key2:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/Key2.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 96px;
    height: 27px;
    cursor: pointer;
}
.Key2H
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/Key2.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 96px;
    height: 27px;
    cursor: pointer;
    padding-top: 5px;
    text-align: center;
}
.Key2H:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/Key2.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 96px;
    height: 27px;
    cursor: pointer;
    padding-top: 5px;
    text-align: center;
}
.Key1H
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/Key1.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 76px;
    height: 25px;
    cursor: pointer;
    padding-top: 6px;
    text-align: center;
}
.Key1H:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/Key1.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 76px;
    height: 25px;
    cursor: pointer;
    padding-top: 6px;
    text-align: center;
}
.KeyOffice
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/VOffice-Key.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 120px;
    height: 35px;
    cursor: pointer;
}
.KeyOffice:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/VOffice-Key.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 120px;
    height: 35px;
    cursor: pointer;
}
.KeyOfficeH
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/VOffice-Key.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 120px;
    height: 35px;
    cursor: pointer;
    padding-top: 10px;
    text-align: center;
}
.KeyOfficeH:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesFA/VOffice-Key.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 120px;
    height: 35px;
    cursor: pointer;
    padding-top: 10px;
    text-align: center;
}