#text_container 
{ 
  position:         relative; 
  width:            auto;
  padding:          20px 0px 30px 20px; 
} 

#text
{ 
}

td.text_title
{
    font-family:    Arial, Verdana, Tahoma;
    font-size:      16pt;
    font-weight:    bold;
    color:          #000000;
    padding:        0px 0px 15px 0px;
    letter-spacing: 2px;
}

td.text_paragraph_title
{
    font-family:    Arial, Verdana, Tahoma;
    font-size:      15pt;
    font-weight:    normal;
    color:          #000000;
    letter-spacing: 1px;
    line-height:    25px;
    padding-bottom: 10px;
}

td.text_paragraph_text
{
    font-family:    Tahoma, Verdana, Arial;
    font-size:      12pt;
    font-weight:    normal;
    color:          #000000;
    letter-spacing: 1px;
    line-height:    25px;
}
