#FORUMLatestList
{
	width: 500px;
	margin: 0px;
}

#FORUMLatestList *
{
font-family:Arial,Helvetica,sans-serif;
color: Black;
font-size:11px;
margin:0;
padding:0;
}


#FORUMLatestList h2
{
    font-size: 18px;
    font-weight: bold;
    color: black;
}

#FORUMLatestList .topic
{
    clear:both;
    background: white;
    overflow: hidden;
    margin-bottom: 8px;
}

#FORUMLatestList .topic2
{
    clear:both;
    background-color: white;
    overflow: hidden;
    margin-bottom: 8px;
}

#FORUMLatestList .tdsubject
{
    font-size: 12px;
    color:#7d0d06;
    width: 350px;
    font-weight: bold;
    float: left;
}

#FORUMLatestList .tdsubject a
{
    font-size: 12px;
    color:#7d0d06;
	text-decoration:none;
	cursor: pointer;
}

#FORUMLatestList .tdforum
{
    font-size: 9px;
    color: #555555;
    width: 150px;
	float: left;
	text-align: right;
	font-weight: bold;
	clear:right;
}

#FORUMLatestList .tdforum a
{
    color:black;
	text-decoration:none;
	cursor: pointer;
}


#FORUMLatestList .tdline2
{
    width: 380px;
    font-size: 10px;
    color: #999999;
    float:left;
}

#FORUMLatestList .noofreplies
{
    font-size: 10px;
    color: #999999;
    float:left;
    text-align: right;
    width: 120px;
}


#FORUMLatestList .showXItems
{
    font-size: 11px;
    font-weight: bold;
	color:black;
	float: left;
    width: 492px;
    margin-top: 10px;
    margin-bottom: 14px;
    padding: 4px;
    clear:both;
    border: dotted 1px gray;
}