body {
	background:			#000000;
	padding:			0;
	margin:				0;
	color:				#000000;
}

a img {
	border:				none;
}

div#mainWrapper {
	width:				900px;
	margin:				0 0 0 60px;
}

div#leftContentColumn,
div#rightContentColumn {
	width:				441px;
	float:				left;
	display:			inline;
}

div#rightContentColumn {
	margin-left:		18px;
}

h1,
h2,
h3 {
	color:				black;
	margin:				0;
	padding:			0;
}

h1 {
	height:				0;
	line-height:		0;
	overflow:			hidden;
	font-size:			0;
}

h2,
h3 {
	background-repeat:	no-repeat;
}

h2 span,
h3 span {
	display: 			block;
	position: 			relative;
	z-index: 			1;
}

h4 {
	margin:				12px 0 0 0;
	padding:			0;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			20px;
	font-weight:		normal;
}

div#preloadedImages {
	display:			none;
}

span.spacer {
	display:			block;
	line-height:		0;
	overflow:			hidden;
	font-size:			0;
	height:				12px;
}

div.contentModule {
	width:				441px;
	background-color:	#FFFFFF;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

div.contentModule span.infoLinkWrapper {
	display:			block;
	margin-top:			12px;
}

div.contentModuleInner {
	padding:			16px;
}

div.contentModule a {
	color:				#000000;
}

div.contentModule a:hover {
	text-decoration:	none;
}

div.contentModule div.textWrapper {
	margin:				12px 0 0 0;
}