@charset "utf-8";
/* CSS Document */
* {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, fieldset, legend, table, th, td, dl, dt, dd {
	margin:0;
	padding:0;
}
body{
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
ol, ul, li {
	list-style:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
form *:focus, a:focus{
	outline:none;
}
img{
	border:none;
}
#clear
{
	clear:both;
}