/*
	CSS RESET
	Author : A. Irengba	
*/


/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:baseline;
}


body{  
	line-height: 1;  
}


a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color:#fff;
}


/* List-Style */
ol, ul{list-style:none;}


/* Table */
table{  
     border-collapse: collapse;  
     border-spacing: 0;  
}

/* Fieldset-Img border set to zero*/
fieldset,img { 
	border:0;
}



/* Width 100 percent, Float left */
.width_100pc{
	width:100%;
	float:left;
}


/* Display */
.d_blo{display:block;}
.d_inl{display:inline;}


/* Float */
.f_lef{float:left;}
.f_rig{float:right;}


/* Font-Weight/Style*/
.fw_nor{font-weight: normal;}
.fw_bol{font-weight: bold;}
.fs_ita{font-style: italic;}


/* Position */
.p_rel{position:relative;}
.p_abs{position:absolute;}


/* Text-Align */
.ta_lef{text-align:left;}
.ta_rig{text-align:right;}
.ta_cen{text-align:center;}
.ta_jus{text-align:justify;}


/* Text-Indent set to -999999px */
.t_ind{text-indent: -999999px;}




/* Text-Transform*/
.tt_cap{text-transform: capitalize;}
.tt_upp{text-transform: uppercase;}
.tt_low{text-transform: lowercase;}




/* Opacity */
.op_0{
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.op_1{
	opacity:1 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
}




/* Font-Size */
.fs_8{font-size:8px;}
.fs_9{font-size:9px;}
.fs_10{font-size:10px;}
.fs_11{font-size:11px;}
.fs_12{font-size:12px;}
.fs_13{font-size:13px !important;}
.fs_14{font-size:14px;}
.fs_15{font-size:15px;}
.fs_16{font-size:16px;}
.fs_17{font-size:17px;}
.fs_18{font-size:18px;}
.fs_19{font-size:19px;}
.fs_20{font-size:20px;}
.fs_21{font-size:21px;}
.fs_22{font-size:22px;}
.fs_23{font-size:23px;}
.fs_24{font-size:24px;}
.fs_25{font-size:25px;}
.fs_26{font-size:26px;}
.fs_27{font-size:27px;}
.fs_28{font-size:28px;}


/* Margin-Left */
.ml_15{margin-left:15px;}
.ml_11{margin-left:11px;}

/* Margin-Right */
.mr_5{margin-right:5px;}    


/* Margin-Top */
.mt_3{margin-top:3px;}
.mt_5{margin-top:5px;}
.mt_11{margin-top:11px;}
.mt_14{margin-top:14px !important;}
.mt_15{margin-top:15px !important;}
.mt_18{margin-top: 18px;}
.mt_22{margin-top: 22px;}
.mt_24{margin-top: 24px;}
.mt_28{margin-top: 28px;}
.mt_38{margin-top: 38px;}


/* Margin-Bottom */
.mb_0{margin-bottom:0px;}
.mb_18{margin-bottom: 18px;}
.mb_16{margin-bottom: 16px;}
.mb_35{margin-bottom: 35px;}


