/*All the Headline tags have the same properties*/
.headline1, .headline2, .headline3 {
	padding:16px 0px 10px 0px;
	margin: 0px 10px;
}

/*All the content tags have the same properties*/
.content1, .content2, .content3 {
	color:#474747;
	padding: 0px;
	margin: 0px 10px 24px 10px;
	text-align:left;
}
/*All the Headline h1 tags have (allmost) the same properties*/
.headline1 h1, .headline2 h1, .headline3 h1 {
	font-size:22px;
	font-weight:normal;
	color:#1E2168;
	background-image:url(img/headlineBullet.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding:0px 0px 0px 16px;
	margin: 0px;
}

.headline2 h1 {
	font-size:20px;
}

.headline3 h1 {
	font-size:18px;
}

.content1 p, .content2 p, .content3 p {
	padding:0px;
	margin:0px 0px 10px 0px;
}