/* Module CSS */
.home_newsitem
{
    float:left;
    width:100%;
    margin-bottom: 0px;
}

.home_newsitem img
{
    /* border:1px solid #aaaaaa;
*/
border:0;
    padding:5px;
    margin:5px;
    float:right;
   /* position:relative;
    top:-43px;
    left:-20px;*/
}

.home_newsitem h1
{
    margin:0px;
    padding: 0px;
    color:#555555 !important;
    font-size:15px !important;
}

.home_newsitem h2
{
    margin:0px;
    padding: 0px;
    font-size:13px !important;
}

#news_details
{
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    line-height:25px;
}

#news_details p
{
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    line-height:25px;
}

#news_details ol
{
    line-height:25px;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    padding-left:20px;
    margin:0px;
}



#news_details ul
{
    line-height:25px;
    padding-left:5px;
    margin:0px;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size:13px;
    color:#000000;
    font-weight:normal;

}



#news_details li
{
    margin-left:10px;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size:13px;
    color:#000000;
    font-weight:normal;
    line-height:22px;
}

#news_details a
{
    font-style:italic;
    font-weight:bold;
    color:#FFCC00;
    text-decoration:underline;
}

#news_details a:link
{
    font-style:italic;
    font-weight:bold;
    color:#FFCC00;
    text-decoration:underline;
}

#news_details a:hover
{
    font-style:italic;
    font-weight:bold;
    color:#FFCC00;
    text-decoration:none;
}

#news_details img
{
	margin:5px;
	padding:3px;
	border:1px solid #FDCE10;
}