﻿.hugeHyperlinkText
{
    font-weight: bold;
    font-size: 24pt;
    text-decoration: underline;
    color: #1F477D;
    font-family: Tahoma;
}

.bigHyperlinkText
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18pt;
    color: #1F477D;
    text-decoration: underline;
}

.middleHyperlinkText
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12pt;
    color: #404040;
    text-decoration: underline;
}

.RatingHyperlinkText
{
    font-family: Tahoma;
    font-weight: bold;
    font-style:italic;
    font-size: 10pt;
    color: #404040;
    text-decoration: underline;
}

.normalHyperlinkText, .normalBoldHyperlinkText
{
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12pt;
    color: #1F477D;
    text-decoration: underline;
}

.normalItalicHyperlinkText
{
    font-style: italic;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10pt;
    color: #3475CD;
    text-decoration: underline;
}

.normalBoldHyperlinkText
{
    font-weight: bold;
}

.smallHyperlinkText, .readNextLink
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10pt;
    color: #404040;
    text-decoration: underline;
}

.readNextLink
{
    color: #729FDC;
}

.middleRadioButtonText
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14pt;
    color: #1F477D;
}

.smallRadioButtonText
{
    font-family: Tahoma;
    font-weight: normal;
    font-size: 10pt;
    /*color: #1F477D;*/
}

.loginUpperLabel
{
    width: 130px; 
    color: #0046D5; 
    text-align: center; 
    font-weight: bold;
    background-color: White; 
    position: relative; 
    left: 3px; 
    top: 6px; 
    font-size: 8pt;
    font-family: Tahoma;
}

.loginPanelBody
{
    font-family: Tahoma;
    font-size: 11pt;   
    width: 230px; 
}

.marg
{
    margin-top: -30px;
}

.loginIcon
{
    cursor: pointer;
}

.textToUpper
{
    text-transform: uppercase;
}
