/***** 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;
}
a, object {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,
body {
	height: 100%;
	}
body {
	font-size: 10px;
}

td {
	vertical-align: top;
	}

/***** lists *****/

ul, li {
	list-style-type: none;
}
ul.inside > li, li.inside {
	list-style-position: inside;
}
ul.outside > li, li.outside {
	list-style-position: outside;
}
ul.disc > li, li.disc {
	list-style-type: disc;
}
ul.circle > li, li.circle {
	list-style-type: circle;
}
ul.square > li, li.square {
	list-style-type: square;
}
ul.decimal > li, li.decimal {
	list-style-type: decimal;
}
ul.none > li, li.none {
	list-style-type: none;
}

/***** Links *****/

a {
	text-decoration: none;
}

/***** Global Classes *****/



.f-l {
	float:left;
}
.f-r {
	float:right !important;
}
.f-n {
	float:none !important;
	clear:both !important;
}
.c-l {
	clear:left;
}
.c-r {
	clear:right;
}
.c-b, .clear {
	clear:both;
}
.m-ctr {
	margin: 0 auto;
}
.c-z {
	float: none !important;
	clear: both !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
}
.ta-l {
	text-align:left;
}
.ta-r {
	text-align:right;
}
.ta-c {
	text-align:center;
}
.fw-b {
	font-weight:bold;
}
.fw-n {
	font-weight:normal;
}
.fs-i {
	font-style:italic;
}
.td-u {
	text-decoration:underline;
}
.tab {
	text-indent: 30px;
}
.d-b {
	display: block;
}
.d-i {
	display: inline !important;
	width:auto !important;
}
.d-ib {
	display: inline-block;
}
.d-n, .none {
	display: none !important;
}
.v-h {
	visibility: hidden;
}
.h-ctr {
	float:left;
	clear:both;
	position:relative;
	left:50%;
}
.h-ctr > * {
	float:left;
	position:relative;
	left:-50%;
}
.b-0 {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.t-0 {
	padding-top:0 !important;
	margin-top:0 !important;
}
.r-0 {
	padding-right:0 !important;
	margin-right:0 !important;
}
.l-0 {
	padding-right:0 !important;
	margin-right:0 !important;
}
.m-0 {
	margin:0 !important;
}
.p-0 {
	padding:0 !important;
}

