#news_container 
{ 
  position:         relative; 
  width:            100%;
  padding:          0px 0px 0px 0px; 
} 

#news
{ 
  width: 100%;
}

DIV.news_title_container
{
    position:       absolute;
}

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

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

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

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

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

td.news_item_intro1
{
    padding:        0px 20px 20px 20px;
}

td.news_item_intro2
{
    font-style:     italic;
    padding:        0px 20px 5px 20px;
}

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

td.news_item_paragraph_text
{
    padding:                0px 20px 20px 20px;
}
