/* CSS Document */
.img_spaced{
	margin:5px;
}
/*.bold_text{
	font-size:11px;
	font-weight:bold;
	color:#414042;
}*/
.img_left_wrap{
	float:left;
	margin:0px 10px 0px 0px;
}
.img_right_wrap{
	float:right;
	margin:00px 0px 0px 10px;
}
.img_nowrap{
	float:none;
	margin:5px;
}
/*.text_justify{
	text-align:justify;
}*/
/*
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}*/
.textGrey {
	color: #999999;	
}

.textBlue {
	color: #0d50a1;
}

.fullwidth_block{
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
.quote{
	font-style:italic;
	text-align:center;
	margin: 10px 15px;
	color:#666666;
}
.sub-heading{
	color:#333333;
	margin-top:10px;
	font-size:1.1em;
}

