@charset "utf-8";
/* CSS Document */

/* reset classes */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	vertical-align:middle;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	list-style:none;

}

a {

	outline:0 none;

	text-decoration:none;

}

a:hover {

	text-decoration:none; color:#4BFC7A;

}

ol, ul {

	list-style: none;

}

.clear {

	clear:both;

	height:1px;

	font-size:1px;

	border:none;

	margin:0;

	padding:0;

	background:transparent;

}

.cleardiv {

	clear:both;

}

.flRt {

	float:right;

}

.flLt {

	float:left;

}

textarea, select {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	vertical-align:middle;

	color:#999999;

}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* reset classes end */


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
