﻿.FontNormalOrange
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: #cc6600;
}
.FontNormalBoldOrange
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: #cc6600;
    font-weight:bold;
}


.FontNormalBoldYellow
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: #a6d303;
    font-weight:bold;
}
.FontBigBoldYellow
{
    font-size: 12pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: #a6d303;
    font-weight:bold;
}

.FontNormalYellow
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: #a6d303;
}

.HyperLinkYellow
{
    font-size: 10pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: #a6d303;
    text-decoration:none;
}

.HyperLinkGreen
{
    font-size: 10pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: #4afbad;
    text-decoration:none;
}

.FontNormalGreen
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: #4afbad;
}

.FontNormal
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: White;
}
.FontSmallBlack
{
    font-size: 8pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: Black;
}

.FontNormalBold
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    font-weight:bold;
    color: White;
}
.FontNormalGray
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color:Gray;
}

.FontTitle
{
    font-size: 11pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    color: #707146;
    font-weight:bold;
}
.FontNormalHyperLink
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    text-decoration: none;
    color:Black; 
    
}
.FontNormalOrangeHyperLink
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    text-decoration: none;
    color:#cc6600; 
    
}
.FontSmallOrangeHyperLink
{
    font-size: 8pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    text-decoration: none;
    color:#cc6600; 
    
}
.FontSmall
{
    font-size: 8pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
   
}
.FontSmallBold
{
    font-size: 8pt;
    font-family: Tahoma, 'Microsoft Sans Serif';
    font-weight:bold;
   
}



