﻿body 
{
    font-family:Verdana, Arial;
}
.Orange a
{
    font-size:9pt;
    font-weight:bold;    
    text-decoration:none;
    color: #F58220;
}

.Orange a:link
{
    font-size:9pt;
    text-decoration:none;
    color: #F58220;
}
.Orange a:hover 
{
    font-size:9pt;
    text-decoration:underline;
    color: #F58220;
}

.Blue a
{
    font-size:9pt;
    font-weight:bold;    
    text-decoration:none;
    color: #0095DA;
}

.Blue a:link
{
    font-size:9pt;
    text-decoration:none;
    color: #0095DA;
}
.Blue a:hover 
{
    font-size:9pt;
    text-decoration:underline;
    color: #0095DA;
}

.HPBlue a
{
    font-size:9pt;
    font-weight:bold;    
    text-decoration:none;
    color: #006ea5;
}

.HPBlue a:link
{
    font-size:9pt;
    text-decoration:none;
    color: #006ea5;
}
.HPBlue a:hover 
{
    font-size:9pt;
    text-decoration:underline;
    color: #006ea5;
}

.Green a
{
    font-size:9pt;
    font-weight:bold;    
    text-decoration:none;
    color: #B7D444;
}

.Green a:link
{
    font-size:9pt;
    text-decoration:none;
    color: #B7D444;
}
.Green a:hover 
{
    font-size:9pt;
    text-decoration:underline;
    color: #B7D444;
}

.Green-D a
{
    font-size:9pt;
    font-weight:bold;    
    text-decoration:none;
    color: #8DC09F;
}

.Green-D a:link
{
    font-size:9pt;
    text-decoration:none;
    color: #8DC09F;
}
.Green-D a:hover 
{
    font-size:9pt;
    text-decoration:underline;
    color: #8DC09F;
} 
.Blue-D a
{
    font-size:9pt;
    font-weight:bold;    
    text-decoration:none;
    color: #006EA5;
}

.Blue-D a:link
{
    font-size:9pt;
    text-decoration:none;
    color: #006EA5;
}
.Blue-D a:hover 
{
    font-size:9pt;
    text-decoration:underline;
    color: #006EA5;
} 

.Grey a
{
    font-size:9pt;
     
    text-decoration:none;
    color: darkslategray;
}

.Grey a:link
{
    font-size:9pt;
    text-decoration:none;
    color: darkslategray;
}
.Grey a:hover 
{
    font-size:9pt;
    text-decoration:underline;
    color: darkslategray;
}