/* Start text styles --------------------------------------------*/


/* ====================================================================
   Added temporarily at TPI/Recall's request to remove underlines from 
   items in code that were marked for links to be entered later       
*/
u 
{
    text-decoration:none;
}
/* ==================================================================== */

h1
{
    margin: 0 0 15px 0;
    padding: 0px;
    color: #eb752f;
    line-height: 26px;
    font-size: 22px;
    font-weight: normal;
}

h2
{
    margin: 0 0 15px 0;
    padding: 0px;
    color: #1c5c99;
    line-height: 21px;
    font-size: 16px;
    font-weight: normal;
}

h3
{
    margin: 0 0 5px 0;
    padding: 0px;
    color: #E6742F;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

h4
{
    margin: 0 0 10px 0;
    padding: 0px;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

p
{
    margin: 8px 0;
    padding: 0px;
    line-height: 17px;
}

a
{
    color: #1c5c99;
    text-decoration: none;
    outline:none;
}

a:hover
{
    color: #008FD5;
    text-decoration: none;
    outline:none;
    
}

a:visited
{
    color: #1c5c99;
    text-decoration: none;
    outline:none;
}

hr
{
    border: none;
    border-bottom: dotted #cad2cd 1px;
    width: 100%;
    text-align: center;
    line-height:20px;
}


table 
{
    margin:0;
    padding:0;
    border:0;
    border-collapse:collapse;
}


table th,
table td
{
    vertical-align:top;
    text-align:left;
    padding: 0;
}

/* End text styles --------------------------------------------*/
