/*---------- COMMON ----------*/
ul, li, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, img { 
	margin			: 0;
	padding			: 0;
	border			: 0;
	font-size		: 1em;
	font-weight		: normal;
	text-decoration	: none;
}
ul {
	list-style		: none;
}
.clear {
	clear			: both;
	height			: 0;
	width			: 0;
	background		: #ff0000;
}
acronym {
	border-bottom	: 1px dotted;
	cursor			: help;	
}
.imageLeft {
	float			: left;
	margin			: 0 10px 0 0;
}
.imageRight {
	float			: right;
	margin			: 0 0 0 10px;
}