﻿.dxeHyperlink_buttonStandard
{
    font-size: 8pt;
    font-weight: bold;
    color: #ffff00;
    text-align: center;
    text-decoration: none;
    color: #0033ff;
}
a:visited.dxeHyperlink_buttonStandard
{
    color: #ffffff;
    text-decoration: none;
    
}
a:hover.dxeHyperlink_buttonStandard
{
    color: #0033ff;
    text-decoration: underline;
}
/*  *****************************************************
    Button: Bullet Arrow
    *****************************************************
*/
.dxeHyperlink_buttonBulletArrow
{
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #ff6600;
    padding-left: 25px;
    padding-top: 3px;
}
a:visited.dxeHyperlink_buttonBulletArrow 
{
    color: #ff6600;
    text-decoration: none;
}
a:hover.dxeHyperlink_buttonBulletArrow
{
    color: #ff6600;
    text-decoration: underline;
}
