@charset "utf-8";
/* CSS Document */
.text-content {
	color: #7e7e7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	.text-content strong, 
	.text-content b {
		font-weight: bold;
	}

	.text-content em, 
	.text-content i {
		font-style: italic;
	}

	.text-content p {
		font-size: 12px;
		color: #7e7e7e;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	.text-content ul {
		clear: both;
		margin-left: 15px;
	}

		.text-content ul li {
			clear: both;
			list-style: disc;
			list-style-type: disc;
			font-size: 12px;
			margin-bottom: 5px;
			line-height: 18px;
		}

		.text-content ul.circle li {
			list-style: circle;
			list-style-type: circle;
		}
