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