﻿/************ normal body text ****************/
div.normalbody_panel div.normalbody_text
{
    padding-left: 25px;
    padding-right: 25px;
    font-size:11px;
    text-align:justify;
}

div.normalbody_panel h1
{
    background-image: url(images/red_arrow.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    padding-left: 40px;
    margin-bottom: 15px;
    color:#1A171B;
}

div.normalbody_panel h2
{
    line-height: 40px;
    /*
    background-image: url(images/middle_color.png);
    background-position: left bottom;
    background-repeat: no-repeat;
	*/
	border-bottom: #6eb43f 2px solid;
    font-weight:700;
}


div.normalbody_panel a
{
    color:#FD3300;
    text-decoration:underline;
}
div.normalbody_panel ul
{
    list-style-type:disc;
    padding-left:40px;
    margin-bottom:12px;
}
div.normalbody_panel ol
{
    list-style-type:decimal;
    padding-left:40px;
    margin-bottom:12px;
}
