@charset "utf-8";
/* CSS Document */

a:link, a:visted {
	color:#1b5fb3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
input#goog-wm-qt {
	border:1px solid #e2e2e2;
	padding:3px;
}

ul {
	list-style:none;
}
