.grid_250{
	width:250px;
}
.grid_320{
	width:320px;
}
.grid_330{
	width:330px;
}
.grid_12{
	width:950px;
}
.grid_3a_home{
	width:260px;	
}
.grid_3b_home{
	width:380px;
}
.grid_4c{
	width:230px;
}
.grid_200{
	width:200px;
}
.grid_4b{
	width:300px;
}
.grid_8a{
	width:700px;
}
.grid_8c{
	width:720px;
}
.grid_8b{
	width:640px;
}
.float_right_p{
	float:right;
}
.float_left_p{
	float:left;
}
.display_block{
	display:block;
}
.display_none{
	display:none;
}
.clear{
	clear:both;
	display:block;
}

.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.txt-black{
	color:#000;
}
.txt-ash1{
	color:#737373;
}
.margin_10_left{
	margin-left:10px;
}
.margin_10_right{
	margin-right:10px;
}
.margin_20_left{	
	margin-left:20px;
}
.margin_20_right{	
	margin-left:20px;
}

.margin_10_bottom{	
	margin-bottom:10px;
}

.margin_5_bottom{	
	margin-bottom:5px !important;
}

.margin_20_bottom{	
	margin-bottom:20px;
}

.margin_10_top{	
	margin-top:10px !important;
}

.margin_20_top{	
	margin-top:20px;
}
.margin_30_top{	
	margin-top:30px;
}

.margin_40_top{	
	margin-top:40px;
}

.margin_5_top{	
	margin-top:5px;
}

.font_12{
	font-size:12px;
}
.font_14{
	font-size:14px;
}
.font_16{
	font-size:16px;
}
.font_18{
	font-size:18px;
}
.font_20{
	font-size:20px;
}
.font_22{
	font-size:22px;
}
.font_24{
	font-size:24px !important;
}
.font_25{
	font-size:25px !important;
}
.font_26{
	font-size:26px !important;
}
.font_27{
	font-size:27px !important;
}
.font_28{
	font-size:28px !important;
}
.font_29{
	font-size:29px !important;
}
.font_30{
	font-size:30px !important;
}
.font_50{
	font-size:50px !important;
}
.line-height_21{
	line-height:21px !important;
}
.line-height_22{
	line-height:22px !important;
}
.line-height_23{
	line-height:23px !important;
}
.line-height_24{
	line-height:24px !important;
}
.line-height_25{
	line-height:25px !important;
}
.line-height_26{
	line-height:26px !important;
}
.line-height_27{
	line-height:27px !important;
}
.line-height_28{
	line-height:28px !important;
}
.line-height_35{
	line-height:35px !important;
}
.txt_italic{
	font-style:italic;
}
.txt_italic_georgia{
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-style:italic !important;
}
.txt-bold{
	font-weight:bold;
}
.txt_blue{
	color:#0451a5 !important;
}
.color-blue-2{
	color:#0c5094;
}
.txt_orange1{
	color:#f39c12 !important;
}
.txt_orange2{
	color:#fbb55a !important;
}
.txt_uppercase {
	text-transform:uppercase !important;
}
.txt_lowercase {
	text-transform:lowercase !important;
}
.txt_none {
	text-transform:none !important;
}
.link-a a{
	text-decoration:none;
	color:#069;
}
.link-a a:hover{
	text-decoration:underline;}
.pull-left-25{
	margin-left:-25px;
}