/*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;
    background: transparent;
}
td {
	vertical-align: top;
}

html, body {
    height: 100%;
	width: 100%;
}

html {
    font-size: 1em;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

.br {
	font-size: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.ta-center {
	text-align: center;
}
.va-middle {
    vertical-align: middle;
}
.fs-bold {
	font-weight: bold;
}
.p-zero {
	padding: 0 !important;
}
.m-zero {
	margin: 0 !important;
}
table {
	border-right: 1px solid #c0cdd3;
	border-bottom: 1px solid #c0cdd3;
}
	table td, table.tb-nobrdr td table td {
		border-left: 1px solid #c0cdd3;
		border-top: 1px solid #c0cdd3;
		padding: 3px;
	}
table.tb-nobrdr, table.tb-nobrdr td, table.tb-nobrdr td table.tb-nobrdr td {
	padding: 0;
	border: none;
}