﻿body
{
    margin: 0;
    padding: 0;

}

.radTabStrip
{
    padding: 15px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF !important;
    font-weight: bold;
    vertical-align: middle !important;
    height: 30px;
}

.radTabStripSelected
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF !important;
    font-weight: bold;
    background-image: url('../../images/selected.png');
    background-repeat: repeat-x;
    height: 30px;

}

.style1
{
    font-size: 24px;
}
.style2
{
    font-size: 18px;
}
.style3
{
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}
.style4
{
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

.style5
{
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
