@charset "utf-8";
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,  sub, sup, tt, var, dl, dt,
dd, ol,ul, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul {
    list-style: none outside none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.hClear {
    clear: both;
    height: 0 !important;
    font-size: 0;
    border: 0 !important;
    background-color: transparent !important;
}
* + html .hClear {
    height: 1px;
}
.clear {
    clear: both;
}
.left {
    float : left !important;
}
.right {
    float : right;
}
.leftAlign {
    text-align: left;
}
.rightAlign {
    text-align: right;
}
.centerAlign {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.none, .noDisplay {
    display: none;
}
.hide {
    display: none !important;
}
.bolder {
    font-weight: bolder;
    font-size: medium;
}
.maxWidth {
    width: 100% !important;
}