/* PESTANIAS */

.tabHead {
	/*background: url(../img/btn_backgroundtabspacer.gif) repeat-x 0px 0px;
	background: Aqua;*/
	overflow: hidden;
	/*width: 445px;*/
	width: 100%;
	height: 33px;
}
.tabBody {
	/*background: url(../img/tabbodybackground.png) repeat-y 0px 0px;*/
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: #d7d7d7 1px solid;
	overflow: hidden;
	/*width: 445px;*/
	width: 625px;
}
.tabHead ul {
	list-style: none none outside;
	margin: 0px;
}
.tabHead li {
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin-right: 1px;
	padding-top: 0px;
}
.tabHead li.last {
	margin: 0 0 0 0;
}
.tabHead .txt li {
	padding: 0 0 0 25px;
	background: url(../img/allTabs.png) no-repeat left -59px;
}
.tabHead .txt li a {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	font-weight: bold;
	background: url(../img/allTabs.png) no-repeat right -59px;
	/*background: Aqua;*/
	padding-bottom: 5px;
	color: #000000;
	line-height: 15px;
	padding-top: 13px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
.tabHead .txt li.selected {
	background: url(../img/allTabs.png) no-repeat left -26px;
}
.tabHead .txt li.selected a {
	background: url(../img/allTabs.png) no-repeat right -26px;
}
.homeTabs2 li a {
	/*width: 197px;*/
	width: 288px;
}
.tabBody div.tbdy {
	display: none;
	margin: 19px 17px 20px 27px;
	overflow: hidden;
	/*width: 401px;*/
}
.tabBody div.selected {
	display: block
}
/*.tabBody a.disclaimer {
	text-decoration: none
}
.tabBody A.disclaimer:link {
	TEXT-DECORATION: none
}
.tabBody A.disclaimer:visited {
	TEXT-DECORATION: none
}
.tabBody A.disclaimer:hover {
	TEXT-DECORATION: underline
}*/
