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

#text_content
{ 
  width: 100%;
}

td.text_title
{
    font-size:      12pt;
    font-weight:    bold;
    padding:        0px 0px 15px 0px;
}

td.text_paragraph_title
{
    font-size:      10pt;
    font-weight:    normal;
}

td.text_paragraph_text
{
}