﻿    /* Styles for the Top Navigation */
    .aNavigation {
        text-decoration:none;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-size:12px;
        font-style:normal;
        font-weight: 500;
    }
    .aNavigationArrow {
        height:10px;
        width:10px;
    }
    .aNavigationPageTitle {
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-size:12px;
        font-style:normal;
        font-weight: 500;
    }
    .nav-bar {
      width:90%;
      border-bottom: 1px solid rgba(0,0,0,.10);
    }
    
    /* Styles for the Step by Step Navigation */
    .Nav-Line {
        border: 2px solid #D21A27;
        min-width:90px;
    }
    .StepsImage {
        width:24px;height:24px;
    }
    .StepstdClass {
        color:#8b3e2f;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-size:11px;
        font-style:italic;
        font-weight: 100;
        text-align-last:center;
        vertical-align:central;
        text-align:center;
        width:48px;
        /*border: 2px solid white;*/
    }