﻿body 
{
font-family: Verdana,Arial,Tahoma;
    
}


.Orange
{
    text-align: justify;
     color: Orange;
      font-weight: bold;
      font-family: Verdana,Arial,Tahoma;
      font-size:15px;
}

.Blue
{
    text-align: justify;
     color: #3AAEFF;
      font-weight: bold;
      font-family: Verdana,Arial,Tahoma;
      font-size:15px;
}

  .divider
        {
            position: relative;
            height: 1px;
            padding-top: 2px;
            border-bottom: 1px solid #E6E6E6;
            margin-bottom: 20px;
        }
        
        .divider span
        {
            display: block;
            width: 50px;
            height: 3px;
            background: none repeat scroll 0% 0% #3AAEFF;
            margin-top: -2px;
        }