#news_container 
{ 
    position:         relative; 
    width:            auto;
    padding:          42px 36px 36px 36px; 
} 

#news
{ 
}

td.news_title
{
    font-family: Arial, Verdana, Tahoma;
    font-size:   18pt;
    font-weight: bold;
    color:       #777777;
    padding:     0px 0px 5px 0px;
}

td.news_item_title
{
    font-family: Arial, Verdana, Tahoma;
    font-size:   13pt;
    font-weight: bold;
    color:       #777777;
    padding:     15px 0px 10px 0px;
}

td.news_item_intro1
{
    font-family:    Arial, Verdana, Tahoma;
    font-size:      11pt;
    font-weight:    normal;
    color:          #555555;
}

td.news_item_intro2
{
    font-family:    Arial, Verdana, Tahoma;
    font-size:      11pt;
    font-weight:    normal;
    color:          #555555;
    font-style:     italic;
}

td.news_item_paragraph_title
{
    font-family: Arial, Verdana, Tahoma;
    font-size:   13pt;
    font-weight: bold;
    color:       #777777;
    padding:     15px 0px 10px 0px;
}

td.news_item_paragraph_text
{
    font-family:    Arial, Verdana, Tahoma;
    font-size:      11pt;
    font-weight:    normal;
    color:          #555555;
}

a.news_readmore
{
	color: #09271A;
	text-decoration: underline;
}

a.news_readmore:hover
{
	color: #5AA400;
	text-decoration: underline;
}

