@charset "utf-8";

/* ---------- [default] ---------- */
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 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
	overflow-y:scroll;
	font-size:62.5%;
	line-height: 1.6;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    /* font-weight: normal; */
}
p {
	margin:0 0 1em 0;
}
ul, ol {
	list-style:none;
}
img, a img {
  vertical-align:bottom;
  border:0;
  background:transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
object, embed {
  vertical-align:top;
}
em, address, dfn {
	font-style:normal;
}
sup {
	font-size: 70%;
	vertical-align: super;
}
a:link {
	color:#333333;
	text-decoration:none;
}
/* a:visited {
	color:#666666;
	text-decoration:none;
} */
a:hover {
	text-decoration:none;
	color: #5686BA;
}
a:active {
	color:#993300;
}

.clearfix {
	 zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* For modern browsers clearfix*/
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
