@charset "utf-8";

* {
	margin			: 0px;
	padding			: 0px;
}
option { 
	padding-left	: 0.4em; 
}

/*

html body * { overflow:visible; }
html iframe, * html frame { overflow:auto; }
html frameset { overflow:hidden; }

*/

body { 
	font-size		: 100.01%; 
}

fieldset, img { 
	border			: 0px solid; 
}

ul, ol, dl { 
	margin			: 0 0 1em 1em 
}

li { 
	margin-left		: 1.5em; 
	line-height		: 1.5em; 
}

a imgb { 
	border			: none; 
}

dt { 
	font-weight		: bold; 
}

dd { 
	margin			: 0 0 1em 2em; 
}

blockquote { 
	margin			: 0 0 1em 1.5em; 
}

.hide { 
	display			: none; 
}

.left { 
	float			: left; 
}

.right { 
	float			: right; 
}

.clear {
	clear			: both;
	height			: 0px;
	font-size		: 100.01%;
}
