
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.wrapper {
	width: 100px;
	margin: -15px auto;
	*margin: -22px auto;
	text-align: left;
}

.navigationTabs {
	height: 0px;
	line-height: 23px;
	border-bottom: 0px solid #ffffff;
}
.navigationTabs li {
	float: left;
	height: 0px;
	line-height: 0px;
		list-style:none;
	padding-right: 0px;
}
.navigationTabs li a{
	float: left;
	dispaly: block;
	height: 0px;
	line-height: 0px;
	padding: 0 0px;
	overflow: hidden;
	color: #ffffff;
	background-color: #ffffff;
	position: relative;
	text-decoration: none;
		list-style:none;
}
.navigationTabs li a:hover {
	background-color: #ffffff;
	list-style:none;
}
.navigationTabs li a.active {
	background-color: #ffffff;
	border: 0px solid #ffffff;
	border-bottom: 0px solid;
		list-style:none;
}
.tabsContent {
	border: 0px solid #cffffffcc;
	border-top: 0px solid;
	margin:0;
	width: 100px;
	overflow: hidden;
}
.tab {
	padding-top: -30px;
	display: none;
}
.tab h2 {
	font-weight: bold;
	font-size: 16px;
}
.tab h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
}
.tab p {
	margin-top: 16px;
	clear: both;
}
.tab ul {
	margin-top: 16px;
	list-style: disc;
}
.tab li {
	margin: 0px 0 0 0px;
}
.tab a {
	color: #8FB0CF;
}
.tab strong {
	font-weight: bold;
}
.tab pre {
	font-size: 11px;
	margin-top: 0px;
	width: 100px;
	overflow: auto;
	clear: both;
}
.tab table {
	width: 100%;
}
.tab table td {
	padding: 6px 10px 6px 0;
	vertical-align: top;
}
.tab dt {
	margin-top: 16px;
}