@charset "UTF-8";
/* 2008.eclipsodesign. */
#headerArea,
#topicPath,
#globalheader,
#sub,
#secondary, 
#footerArea {
display: none !important;
}
.TabbedPanelsTabGroup {
display: none !important;
}

.TabbedPanelsContent {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}

body {
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
}
#wrapper {
	width: 100%;
	width: 100%;
	margin: 0px;
}
#wrapperInner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#contentArea #main {
	width: 100%;
	float: left;
		background-color: #FFFFFF;
}
#contentArea #main2 {
	width: 100%;
	float: left;
		background-color: #FFFFFF;
}
#contentArea #main #primary {
	display: inline;
	float: right;
	width: 100%;
	margin: 10px 3px 0 0;
}
#contentArea #main2 #primary {
	display: inline;
	float: right;
	width: 100%;
	margin: 10px 3px 0 0;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
	color: #000000;
}



a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 100%;
}
