@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	background:#fff;
	color:#454545
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, label, table, td, img, div, dl, dt, dd, pre, input, textarea, select {
	margin:0;
	padding:0
}
body, select, input {
	font:normal 12px/140% Tahoma, Arial, Verdana, Helvetica, sans-serif
}
input, select, img {
	vertical-align:middle
}
img, a img {
	border:none
}
li {
	list-style-type:none
}
a {
	/*color:#00c6ff;*/
	color:#b0192f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline
}
.clear {
	clear:both;
	visibility:hidden;
	font-size:0;
	line-height:0;
	height:0
}
.fl {
	float:left
}
.fr {
	float:right
}
