h1 {
	color: #005597;
	border: 0;
	line-height: 36px;
}
h1 strike, h1 s {
	color: #000;
	text-decoration: none;
}
.mainText {
	display: none;
}
.reallytab {
	width: 713px;
}
.reallytab .tabsWrapper {
	height: 38px;
	overflow: hidden;
	position: relative;
}
.reallytab .tabs {
	margin: 0; 
	padding: 0;
	width: 1500px;
}
.reallytab .tabs .tab {
	margin: 0;
	padding: 2px 35px 0 20px;
	list-style-type: none;
	float: left;
	white-space: nowrap;
	height: 36px;
	line-height: 36px;
	background: none;
}
.reallytab .arrow {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	background: #fff;
}
.reallytab .tabsScroller {
	overflow: hidden;
}
.reallytab .left {
	position: absolute;
	left: 0;
	top: 0;
}
.reallytab .right { 
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
.reallytab .tabs .tab.first {
}
.reallytab .tabs .tab.last {
}
.reallytab .tabs .tab.open {
	background: #f2f5f7 url("pics/tab.jpg") no-repeat right top;
}
.reallytab .tabs .tab a,
.reallytab .arrow a {
	display: block;
	color: #005597;
	padding: 0;
}
.reallytab .tabs .tab.open a {
	color: #000;
	cursor: default;
}

.reallytab .panels {
	clear: both;
	background: #f2f5f7;
	padding: 29px;
}
.reallytab .panels .panel {
	display: none;
	background: #fff;
	position: relative;
}
.reallytab .panels .panel.open {
	display: block !important;
	min-height: 100px;
}
.reallytab .panels .panelContent {
	padding: 62px;
}
.reallytab .panels .panelContent p:first-child { padding: 0; }
.ribbon { 
	position: absolute;
	left: -10px;
	top: -8px;
}