@charset "UTF-8";
/* CSS Document */


.left {
	float:left;
	display:inline;
	margin-left:15px;
	margin-right:15px;
	width:370px;
}

.right {
	float:left;
	display:inline;
	width:370px;
	margin-left:15px;
	margin-right:15px;
}

.heading {
	font-size:16px;
	font-weight:bold;
	color:#666666;
	line-height:18px;
}

.bulletList {
	font-size:12px;
	color:#666666;
	margin-left: 25px;
	padding-left: 0;
	list-style: none;
	margin-bottom:22px;
}

.bulletList li {
	margin-left:-25px;
	margin-bottom:5px;
	padding-top:0;
	line-height:12px;
	padding-left:20px;
	
	background-image:url(images/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

.bulletListBold {
	font-weight:bold;
	color:#333333;
}
