/*Styling for typography*/



strong {font-weight:bold;}
	/*Clear syle*/
	.clearStyle{
		margin:0px 0px 0px 0px !important; padding:0px 0px 0px 0px !important; background:none !important;
	}
	/*Heading*/
	.header1, .header2, .header3, .header4, .header5 {border-bottom:none !important;}
	.header1{font-size:24px !important; color:#ea1378 !important; font-weight:normal !important;line-height:24px !important;}
	.header2{font-size:20px !important; color:#ea1378 !important; font-weight:bold !important;}
	.header3{font-size:16px !important; color:#ea1378 !important; font-weight:normal !important; }
	.header4{font-size:14px !important; color:#ea1378 !important; font-weight:bold !important;}
	.header5{font-size:12px !important; color:#ea1378 !important; font-weight:normal !important; }
	/*Color Pink*/
	.pink {color:#ea1378;}
	.col_left{padding-right:15px;border-right:1px solid #ea1378;}
	.col_right{padding-left:15px;}
	.text_lead{
		margin:30px 0;
		font-size:14px;
	}
	.order_list{
		background:url(../images/list_project_relate.jpg) left no-repeat;
		padding-left:18px;
		margin:5px 0 0;
	}
	.un_order_list{
		list-style-image:url(../images/list_project_relate.jpg);
		padding-left:18px;
		margin:5px 0 0;
	}
	blockquote{
	border-left:1px solid #EA1378;
	padding-left:10px;
	color:#EA1378;
	font-size:15px;
	margin:0;
	}
	/*Break line*/
	
	/*Line*/
	hr {height:2px; display:block; width:100%; background:#d2d2d2; margin:12px 0px;}
	/*Paragraph*/
	p {margin:0} 
	/*Image*/
	.itemBody .itemFullText img {display:block; margin:20px 0px;}
	/*Table Location*/
	table.location {border-collapse: collapse;}
	table.location tbody tr{}
	table.location tbody tr td{padding:10px 0px; border-top:2px solid #d8d8d7;}
	table.location tbody tr td img {display:block; width:110px; margin-right:10px; border:1px solid #d8d8d7;}
	.location-info {}
		.location-info h5{color:#ea1378; font-weight:bold;}
	.itemFullText table tr td{padding:5px;}