@charset "UTF-8";
* {
	font-size:			100%;
	font-weight:		normal;
	margin:	 			0;
	padding:			0;
}

h1,h2,h3,h4,h5,h6,ol,ul,li {
	margin: 0;
	padding:0;
	border: 0px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}

p	{
	padding:0;
	border: 0px;
	font-style: normal;
	font-weight: normal;
}

img	{
	border:0;
	vertical-align: top;
}


a	{	text-decoration:none;
}
a img	{	text-decoration: none; border: 0;
}
td	{ vertical-align:top; text-align:left;
}
li	{ list-style-type:none;
}
label	 {	cursor:pointer;
}

.clear	{ clear:both;
		 line-height:100%;
}
