/*============================================================================*/
/*Formats for the List of News on the Homepage*/



/*============================================================================*/
/*News List Formats*/


#newslist
{
}

#newslist .nlst_row
{
  border-bottom:1px dotted #303030;
}

#newslist .nlst_date
{
  font-size:9px;
}

#newslist .nlst_newstitle
{
  font-size:13px;
  font-weight:bold;
}

