.TabControl {
	width: 96%;
	margin: 0px auto 0px auto;
}

.TabControl .Tab {
	background: url(../images/a.block.bg.jpg);
	height: 32px;
	line-height: 32px;
	position: relative;
	margin-bottom: -1px;
	display: block;
	float: left;
	border: solid 1px #96aabe;
	border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-radius-topleft: 4px;
	border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topright: 4px;
	border-bottom: none;
	text-align: center;
	min-width: 196px;
	cursor: pointer;
	margin-right: 2px;
	padding: 2px 8px 0px 8px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.TabControl .Tab.hover {
	background: url(../images/a.block2.bg.jpg);
	border-bottom: none;
	color: #14283c;
}

.TabPage {
	width: 100%;
	float: left;
	clear: both;
	display: none;
	border-top: solid 2px #96aabe;
}

.TabControl a {
	color: red;
}