/* ---- Zero Settings ---- */

html, body, form, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, 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; 
	}
table {
	border-spacing: 0;
	}

/***** Global Settings *****/
 
body {
	}
a {
	outline: none;
	text-decoration: none;
	}
td {
	vertical-align: top;
	}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}

/***** lists *****/

.list.inside, li.inside { 
	list-style-position: inside !important;
	}
.list.outside, li.outside { 
	list-style-position: outside !important;
	}
.list.lower-roman, li.lower-roman {
 	list-style-type:lower-roman !important;
 	}
.list.lower-alpha, li.lower-alpha {
 	list-style-type:lower-alpha !important;
 	}
.list.disc, li.disc { 
	list-style-type: disc !important; 
	}
.list.circle, li.circle { 
	list-style-type: circle !important; 
	}
.list.square, li.square { 
	list-style-type: square !important; 
	}
.list.decimal, li.decimal { 
	list-style-type: decimal !important; 
	}
ul.none, ol.none, .list.none, li.none { 
	list-style-type: none !important; 
	}
 
/***** Global Classes *****/

.f-l           { float:left; }
.f-r           { float:right; }
.c-l           { clear:left; }
.c-r           { clear:right; }
.c-b           { clear:both; }
.clear         { clear:both; }
.clear.z,.c-z { 
	clear:both !important; 
	float: none !important; 
	height:0 !important; 
	font-size:0 !important; 
	line-height:0 !important; 
	padding:0 !important; 
	margin:0 !important; 
	}
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.d-n           { display: none !important; }
.d-b           { display: block; }
.d-i           { display: inline; }
.none          { display: none; }

a.none {text-decoration: none !important;}
