@charset "utf-8";
/* CSS Document use for formatting data content upload from users - created by hungtqa */
/* version 0.9*/

.normal_paragraph{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px; /*multipled by the golden ratio*/
	text-align:justify;
	color:#222;
	margin: 8px 0;
}

.tag_line{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:right;
	padding-left:0px;
	padding-right:10px;
	margin-right:40px;
	border-right:solid 2px #577B00;
	color:#577B00;
}
.tag_line1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:right;
	padding-left:0px;
	padding-right:10px;
	margin-right:0px;
	border-right:solid 2px #577B00;
	color:#577B00;
}
/*===========all heading here============*/
.cnt_head2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#e2e2e2;
}
.cnt_head2_rj{
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#e2e2e2;
}
.cnt_head3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#222;
}
/*============paragraph indent levels========*/
.cnt_p_ind1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px; /*multipled by the golden ratio*/
	text-align:justify;
	color:#222;
	margin-left:16px;
}

.cnt_p_ind2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px; /*multipled by the golden ratio*/
	text-align:justify;
	color:#222;
	margin-left:32px;
}

/*===========list style===================*/
.ul_p_info{
	
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	}
.ul_li_telephone{
	display:block;
	
	background: url("../images/li-tel.gif") no-repeat right;
	
	padding-right:20px;
	
	}
.ul_li_mobo{
	display:block;
	background: url("../images/li-mobo.gif") no-repeat right;
	padding-right:20px;
	
	}	
.ul_li_fax{
	display:block;
	background: url("../images/li-fax.gif") no-repeat right;
	padding-right:20px;
	
	}
	
.ul_li_email{
	display:block;
	background: url("../images/li-email.gif") no-repeat right;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5F7F00;
	
}
.ul_li_email A:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color: #5F7F00;
	}
.ul_li_email A:visited	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5F7F00;
}
.ul_li_email A:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #E66000;
	
}
.tag_line_dt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color: #156EB5;
}
.tag_line_dt A:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color: #156EB5;
	}
.tag_line_dt A:visited	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#156EB5;
}
.tag_line_dt A:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF6000;
	
}

