/* CSS Document */

#bits {
	color: #000000;
	line-height:14px;

}

#bits ul
{

	padding:0;
	margin-right: 0px;
	margin-left: 0px;
list-style-type: circle;
}

#bits li {
	padding:5px;
	height:auto;
	border-bottom:#CCCCCC solid 1px;
	list-style-position: inside;
	list-style-type: disc;
}


#bits table td{
	vertical-align:middle;
	margin:auto;
	text-align:left;
	padding:6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}



#bits a:link{
	color:#256B45;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}



#bits a:visited{
	color:#256B45;
	text-decoration: none;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#bits a:hover{
color:#FF9900;
border-bottom:0px;
}

#commback {
background:url(../images/community_back.gif);
background-repeat:no-repeat;
}