﻿

.welcomeTab
{
    list-style-type: none;
    margin: 0 15px;
    padding: 0;
}
.welcomeTab li
{
    float: left;
    display: block;
    padding: 5px 20px;
    margin: 0;
    font-size: 10pt;
    font-weight: bold;
    /*color: #1B42A2;*/
    color:Gray;
    border-top: solid 1px #1B42A2;
    border-left: solid 1px #1B42A2;
    border-right: solid 1px #1B42A2;
    text-align: center;
}

.featureSummaryTable
{
    width: 100%;
}
.featureSummaryTable td
{
    vertical-align: top;
    padding-bottom: 20px;
}
.featureSummaryTable td.text
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 12pt;
    color: White;
    padding-top: 0px;
    padding-left: 5px;
    line-height: 1.5em;
}
                                
.navText
{
    color: gray;
    width: 130px;
    text-align: center;    
}
.navText a
{
    color:White;
    display:block; 
    height:40px;
    line-height:36px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11pt;
}

.copyTextHeader
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 12pt;
    line-height:1.5em;
}

.copyText
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 9.5pt;
    line-height:1.6em;
    
}