/*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, ul, ol, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}

html, body {
    height: 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;
}
.clearer, .right_clearer, .left_clearer {
	font-size: 0px;
	height: 0px;
}

.clearer {
	clear: both;
}

.right_clearer {
	clear: right;
}

.left_clearer {
	clear: left;
}

.counters .ta-center {text-align: center;}
.padd_b10 {padding-bottom: 10px;}
.padd_b20 {padding-bottom: 20px;}

.f-left {
	float: left;
}

.f-right {
	float: right;
}
.clear {clear: both;}
input {cursor: pointer;}

.blue-tb {margin-bottom: 18px;}
.blue-tb td {border: 1px solid #c5e2f2; padding: 8px 12px 7px 12px;}
.blue-tb thead td {background: #2795ce; color: #fff;}
.blue-tb tbody td {color: #2d456b;}
.blue-inner span {color: #fff; font-weight: bold;}