﻿body
{
    font-family: Verdana;
}
.insButtonMedium
{
    float: left;
    margin-left: 5px;
    height:30px; 
    padding: 0px 0px 0px 0px;
    font-variant: small-caps;
    color: White; 
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    background-repeat: repeat-x; 
    text-align: center;
    cursor: pointer;
}

.insButtonMediumLeft
{
    height:30px; 
    width: 10px;
    background-image: url(images/button/medium/button_down_left.jpg); 
    background-repeat: no-repeat;
}
.insButtonMediumMiddle
{
    height:30px; 
    background-image: url(images/button/medium/button_down_middle.jpg); 
    padding: 0px 5px 0px 5px;
    color: White; 
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    text-decoration: none;
    background-repeat: repeat-x;
    white-space: nowrap;
}
.insButtonMediumRight
{
    height:30px; 
    width: 10px;
    background-image: url(images/button/medium/button_down_right.jpg); 
    background-repeat: no-repeat;
}
.insButtonMediumLink
{
    color: White; 
    font-size: 12px;
    font-family: inherit;
    text-decoration: none;
}
a.insButtonMediumLink:hover
{
    color: Yellow;
}
.insButtonMediumHoverLeft
{
    height:30px; 
    width: 10px;
    background-image: url(images/button/medium/button_over_left.jpg); 
    background-repeat: no-repeat;
}
.insButtonMediumHoverMiddle
{
    height:30px; 
    background-image: url(images/button/medium/button_over_middle.jpg); 
    padding: 0px 5px 0px 5px;
    color: White; 
    font-size: 12px;
    font-family: inherit;
    text-decoration: none;
    background-repeat: repeat-x;
    white-space: nowrap;
}
.insButtonMediumHoverRight
{
    height:30px; 
    width: 10px;
    background-image: url(images/button/medium/button_over_right.jpg); 
    background-repeat: no-repeat;
}

.insButtonMediumHover
{
    float: left;
    margin-left: 5px;
    height:15px; 
    padding: 0px 0px 0px 0px;
    font-variant: small-caps;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    background-repeat: repeat-x; 
    text-align: center;
    cursor: pointer;
}
.insButtonLarge
{
    float: left;
    margin-left: 5px;
    height:60px; 
    padding: 0px 0px 0px 0px;
    font-variant: small-caps;
    color: White; 
    font-size: 14px;
    font-family: inherit;
    background-repeat: repeat-x; 
    text-align: center;
    cursor: pointer;
}

.insButtonLargeLeft
{
    height:60px; 
    width: 20px;
    background-image: url(images/button/large/button_down_left.jpg); 
    background-repeat: no-repeat;
}
.insButtonLargeMiddle
{
    height:60px; 
    background-image: url(images/button/large/button_down_middle.jpg); 
    padding: 0px 5px 0px 5px;
    color: White; 
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
    text-decoration: none;
    background-repeat: repeat-x;
    white-space: nowrap;
}
.insButtonLargeRight
{
    height:60px; 
    width: 20px;
    background-image: url(images/button/large/button_down_right.jpg); 
    background-repeat: no-repeat;
}
.insButtonLargeLink
{
    color: White; 
    font-size: 14px;
    font-family: inherit;
    text-decoration: none;
}
a.insButtonLargeLink:hover
{
    color: Yellow;
}
.insButtonLargeHoverLeft
{
    height:60px; 
    width: 20px;
    background-image: url(images/button/large/button_over_left.jpg); 
    background-repeat: no-repeat;
}
.insButtonLargeHoverMiddle
{
    height:60px; 
    background-image: url(images/button/large/button_over_middle.jpg); 
    padding: 0px 5px 0px 5px;
    color: White; 
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
    text-decoration: none;
    background-repeat: repeat-x;
    white-space: nowrap;
}
.insButtonLargeHoverRight
{
    height:60px; 
    width: 20px;
    background-image: url(images/button/large/button_over_right.jpg); 
    background-repeat: no-repeat;
}

.insButtonLargeHover
{
    float: left;
    margin-left: 5px;
    height:60px; 
    padding: 0px 0px 0px 0px;
    font-variant: small-caps;
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
    background-repeat: repeat-x; 
    text-align: center;
    cursor: pointer;
}

.insButton
{
    float: left;
    margin-left: 5px;
    height:15px; 
    padding: 0px 0px 0px 0px;
    font-variant: small-caps;
    color: White; 
    font-size: 10px;
    font-family: inherit;
    background-repeat: repeat-x; 
    text-align: center;
    cursor: pointer;
}

.insButtonLeft
{
    height:15px; 
    width: 10px;
    background-image: url(images/button/small/button_down_left.jpg); 
    background-repeat: no-repeat;
}
.insButtonMiddle
{
    height:15px; 
    background-image: url(images/button/small/button_down_middle.jpg); 
    padding: 0px 5px 0px 5px;
    color: White; 
    font-size: 10px;
    font-family: inherit;
    text-decoration: none;
    background-repeat: repeat-x;
    white-space: nowrap;
}
.insButtonRight
{
    height:15px; 
    width: 10px;
    background-image: url(images/button/small/button_down_right.jpg); 
    background-repeat: no-repeat;
}
.insButtonLink
{
    color: White; 
    font-size: 10px;
    font-family: inherit;
    text-decoration: none;
}
a.insButtonLink:hover
{
    color: Yellow;
}
.insButtonHoverLeft
{
    height:15px; 
    width: 10px;
    background-image: url(images/button/small/button_over_left.jpg); 
    background-repeat: no-repeat;
}
.insButtonHoverMiddle
{
    height:15px; 
    background-image: url(images/button/small/button_over_middle.jpg); 
    padding: 0px 5px 0px 5px;
    color: White; 
    font-size: 10px;
    font-family: inherit;
    text-decoration: none;
    background-repeat: repeat-x;
    white-space: nowrap;
}
.insButtonHoverRight
{
    height:15px; 
    width: 10px;
    background-image: url(images/button/small/button_over_right.jpg); 
    background-repeat: no-repeat;
}

.insButtonHover
{
    float: left;
    margin-left: 5px;
    height:15px; 
    padding: 0px 0px 0px 0px;
    font-variant: small-caps;
    font-size: 10px;
    font-family: inherit;
    background-repeat: repeat-x; 
    text-align: center;
    cursor: pointer;
}

