/* CSS Document */
.TabList {
	height: 25px;
	margin: 0;
	padding: 0;
	color:#fff;
}

.TabList li {
	margin: 0; 
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
	border: none;	
}
	
.TabList a, .TabList a:link, .TabList a:visited {
	float: left;
	color: #fff;
	background-color: #166ec6;
	font-weight: normal;
	padding: 3px;
	/*margin: 0 1px 0 0;*/
	margin: 0 0 0 0;
	border: 1px solid #fff;
	border-top: none;
	font-size: 85%;
	text-decoration: none;
	/*white-space: nowrap;*/
	width: 110px;
}

.TabList a.current, .TabList a:link.current, .TabList a:visited.current, .TabList a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1bc2c2;
}

.TabList a:hover.current{
	text-decoration: underline;
}

.TabList a.current{
	border-right:1px solid #1bc2c2;
}

.TabList a:hover {
	text-decoration: underline;
}

.TabDisplay {
}

.TabDisplay h1 {
	text-align: center;
	margin: 5px 0;
	color: #1bc2c2;
	text-decoration: underline;
}

.TabDisplay a {
	color: #000;
}

.TabDisplay a:hover {
	color: #1bc2c2;
}

.TabContainer {
	border-right:none;
	width:auto;
	height:auto;
	vertical-align:top;
}
