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

DIV.text_title_container
{
    position:       absolute;
}

DIV.text_title_shade_left
{
    position:       absolute;
    top:            -1px;
    left:           -1px;
    color:          silver;
    white-space:    nowrap;
}

DIV.text_title_shade_right
{
    position:       absolute;
    top:            +1px;
    left:           +1px;
    color:          #808080;
    white-space:    nowrap;
}

DIV.text_title_text
{
    position:       absolute;
    top:            0px;
    left:           0px;
    color:          #ffffff;
    white-space:    nowrap;
}

h1.text_title
{
    font-family:    Verdana, Times, Arial;
    font-size:      10pt;
    font-weight:    bold;
}

td.text_title
{
    padding:        5px 0px 0px 0px;
}

td.text_paragraph_title
{
	font-family:            Verdana, Arial, Helvetica, sans-serif;
    font-size:              11pt;
	color:                  #05488B;
    font-weight:            normal;
    padding:                0px 25px 10px 25px;
}

td.text_paragraph_text
{
	font-family:            Verdana, Arial, Helvetica, sans-serif;
    font-size:              9pt;
    line-height:            20px;
    padding:                0px 25px 20px 25px;
}