.box-content
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	margin-top:20px;
	text-align:justify;
	line-height:1.8;
}
.list-content
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	margin-top:10px;
	text-align:justify;
	line-height:1.8;
}
.read-more-link
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fb641b;
	margin-top:10px;
}
.sub-head
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fb641b;
	margin-top:10px;
}
.grey-bg
{
	background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(170,170,170,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(170,170,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(170,170,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
}
