
/* Blog_Excel */

.border-top-orange {
		border-top: 1px solid #FF7700;
}

.blog-excel-heading {
		font-size: 28px;
		font-weight: normal;
		color: blue;
		text-align: left;
		margin-bottom: 0px;
}

.blog-excel-sub-heading {
		font-size: 18px;
		text-align: left;
		color: #7A7668;
		font-weight: normal;
		line-height: 1.5;
		margin-bottom: 0px;
}

.blog-excel-para {
		text-align: left;
}

.blog-excel-bullet {
		text-align: left;
		margin-top: 4px;
}

.blog-text-std {
		color: #7A7668;
}

.blog-excel-link-image {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
}

.blogHeader {
		background-color: grey;
        	width: 100%;
        	margin: 0 auto;
}

.blogHeader h2 {
		color: white;
		font-size: 28px;
		font-weight: lighter;
		width: 90%;
		margin: 0 5%;
		padding-top: 8px;
		padding-bottom: 8px;
		text-align: center;
}

.blogHeader h3 {
		color: white;
		font-size: 18px;
		font-weight: lighter;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 0px;
		padding-top: 4px;
		padding-bottom: 4px;
		text-align: center;
}

.blogContent h4 {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		font-weight: bold;
		font-size: 20px;
		padding-top: 4px;
		margin-top: 2px;
		margin-bottom: -4px;
		text-align: left;
}

.blogContent ol {
		font-size: 18px;
		line-height: 26px;
		list-style-position: inside;
		padding-left: 0px;
}

.blogContent p, .blogContent li {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		color: #444;
		font-size: 18px;
		line-height: 1.4;
		font-weight: lighter;
		margin-top: 10px;
		text-align: left;
}

.blogContent img {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 10px;
		margin-bottom: 10px;
}


