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