﻿p
{
    font-size: 12px;
    font-family: Arial;
    line-height: 18px;
    color: #1b1c20;   
}

span
{
    font-size: 12px;
    font-family: Arial;
    line-height: 18px;
    color: #1b1c20;   
}
/*
hr {
border: none 0;
border-top: 1px dotted #8F8F8F;/*the border
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal
}
*/ 


a
{
    color: #2696e1;
   /* text-decoration: underline;    */
   text-decoration: none;  
}


a img
{
    border: none;      
}

a:hover img
{
    border: none;      
}



a:hover
{
    color: #2696e1;
    text-decoration: underline;
}


h1
{
    color: #1b1c20;   
    font-family:  Arial,Verdana, Helvetica;
    font-size: 24px;
    font-weight:normal; 
    margin-top:5px;
}

h2
{
    color: #1b1c20;   
    font-size: 20px;
    font-weight:normal;
    font-family:  Arial,Verdana, Helvetica;
}

h3
{
    color:#1b1c20;   
    font-size: 18px;
    font-weight:normal;
    font-family:Arial,Verdana, Helvetica;
}

h4
{
    color: #1b1c20;   
    font-size: 16px;
    font-weight:normal;
    font-family: Arial,Verdana, Helvetica;
}

h5
{
    color: #1b1c20;   
    font-size: 14px;
    font-weight:normal;
    font-family: Arial,Verdana, Helvetica;
}

h6
{
    color:#1b1c20;   
    background-image: url("/Content/Images/HeaderBg.png");
    font-size: 12px;
    height: 26px;
    width: 402px;
    padding-left: 21px;
    line-height: 26px;
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing: 1px;
    font-family: Arial,Verdana, Helvetica;
}

li 
{
    font-size: 12px;
    font-family: Arial;
    line-height: 18px;
    color: #1b1c20;     
    
}

li a
{
    color:  #2696e1;
     text-decoration: none;
}

li a:hover
{   
    color: #2696e1;
     text-decoration: underline;
}