﻿.TextPage h1
{
    padding-top: 20px;
    text-transform:uppercase;
}

.TextPage .TextBlock
{
    border-left: 8px solid #FF9900;
    margin-bottom: 30px;
}

.TextPage .TextBlock p, .TextPage .TextBlock  ul, .TextPage .TextBlock  ol, .TextPage .TextBlock h2
{
    background: none repeat scroll 0 0 #F2F2F2;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #F8F8F8;
    margin: 0px;
}

 .TextPage .TextBlock  ul, .TextPage .TextBlock  ol 
 {
     padding-left:80px;
 }

.TextPage .TextBlock h2
{
    text-transform:uppercase;
}

