.content{    
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    font-style:  normal;
    font-size: 8pt;
    color: #333;
    line-height: 13px;
    padding: 35px 28px 26px 26px;
}

.content h1{
    font-family: Verdana, sans-serif;
    font-style:  normal;
    font-size: 9pt;
    font-weight: bold;
    color: #196494;
    height: 20px;
    background: url(../images/H1Bg.gif) no-repeat left bottom;
}

.content h2, .content h3,.content h4, .content h5   {
    font-family: Verdana, sans-serif;
    font-style:  normal;
    font-size: 9pt;
    font-weight: normal;
    color: #196494;
}

.content h3,.content h4, .content h5{
    font-size: 8pt;
}


.content ul, .content ol  {
    padding: 0;
    margin: 0;
}

.content ol  {
    padding: 0 0 0 18px;
    color: #cc0000;
}

.content ol li {
    color: #333;
}

.content ul ul, .content ol ol{
    padding: 0 0 0 10px;
}

.content ul li{
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: url(../images/OlBulletL1.gif) no-repeat 0 4px;
    padding-left: 11px;
    
}

.content ul ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 11px;
    background: url(../images/OlBulletL2.gif) no-repeat !important;
}

.content blockquote{
    display: block;
    border-left: 4px solid #cc0000;
    margin-left: 20px;
    padding: 4px 0 4px 10px;
}

.content table{
    border-collapse: collapse;
}

.content table td{
    border: 1px solid #000;
    padding: 3px;
    text-align: center;
}

.content table td.table-style-header{
    background: #b3b3b3 url(../images/TableHeaderBg.gif) repeat-x top left;
    font-family: Verdana, sans-serif;
    font-style:  normal;
    font-size: 9pt;
    
}

.main-path{
    margin: 10px 0 10px 0;
}

.content table td.nobg{
    background: none;
    background: #b3b3b3;
}

.content a img{
    border: none;
}

.regFields table td{
    border: 1px solid #000;
    padding: 3px;
    text-align: left;
    vertical-align: middle;

}

.regFields table td.form-label{
      text-align: right;
      width: 100px;
}

.regFields table td input{
    border: 1px solid #333;
}

.form-error{
    color: red;
    float: left;    
}


