@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}
body {
	background:#fff;
	color:#e5e5e5;
	font-size:12px;
	font-family:"Arial",helvetica,clean,sans-serif;
}

/*  \*/
* html body {
	font-size:0.75em;
}
/* */ 

h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	letter-spacing:0.1em;
	font-weight:bold;
	margin:0;
	padding:0;
}

/*  \*/
* html h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}
/* */ 

ul, ul li {
	list-style-type:none;
	letter-spacing:0.05em;
}

dl, dl dt dd {
	font-size:12px;
	margin:0;
	padding:0;
	line-height:1.45;
	letter-spacing:0.02em;
}

/*  \*/
* html dl, dl dt dd {
	font-size:1em;
}
/* */ 

div {
	margin:0;
	padding:0;
}
p {
	text-align:left;
	margin:0;
	padding:0;
	letter-spacing:0.04em;
	line-height:1.45;
}
a {
	outline:none;
}
a:link {
	color:#0678eb;
	text-decoration:none;
}
a:visited {
	color:#0678eb;
	text-decoration:none;
}
a:hover {
	color:#0678eb;
	text-decoration:underline;
}
a:visited:hover {
	color:#0678eb;
	text-decoration:underline;
}
a:active {
	color:#0678eb;
	text-decoration:none;
}
img {
	border:0;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
div.clear {
	width:100%;
	border:none;
	height: 1px;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

