body,
p,
dt, dd,
th, td,
input, textarea, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	color:#000000;
}


a,
a:hover {
	color:#000000;
	text-decoration:underline;
}
	a:hover {
		text-decoration:none;
	}


img {
	border:none;
}

	img.left {
		float:left;
		margin:0 1em 1em 0;
	}

	img.right {
		float:right;
		margin:0 0 1em 1em;
	}


div.clear,
br.clear {
	clear:both;
}

div.customSpacer {
	margin:0;
	padding:0;
}
	div.customSpacer.type1 {
		height:20px;
		font-size:0;
		line-height:0;
	}
	div.customSpacer.type2 {
		height:40px;
		font-size:0;
		line-height:0;
	}