#text_container 
{ 
  position:         relative; 
  width:            auto; 
  padding:          0px; 
} 

#text
{ 
  width: 100% 
}

td.text_title
{
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size:   32px;
	font-weight: normal;
	color:       #8CC63F;
}

td.text_paragraph_title
{
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size:   16px;
	font-weight: normal;
	color:       #8CC63F;
	padding:     0px 0px 15px 0px;
}

td.text_paragraph_text
{
}
