

.TPpanel {
	background-color: #ffc0cb;
	border: solid 1px #ff1493;
}
.TPwrapper {
	padding: 8px 8px 7px 8px;
}
.TPheader {
color:#FFFFFF;
font-weight:bold;
	padding: 3px 6px;
	border-bottom: solid 1px #ff1493;
	background-color: #c71585;
}
.TPheader2 {
color:#FFFFFF;
font-weight:bold;
	padding: 3px 6px;
	border-bottom: solid 1px #87cefa;
	background-color: #4682b4;
}
.TPheader h2, .TPheader h3 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
.TP_tabs {
	padding: 0;
	font-size: 1.1em;
}
#TP1 .TP_tabs a, #TP2 .TP_tabs a,
#TP3 .TP_tabs a, #TP4 .TP_tabs a, 
#TP5 .TP_tabs a {
	padding: 8px 8px 4px 6px;
	display: block;
	float: left;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/tabs01_up2.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}
#TP1 .TP_tabs a:focus, #TP2 .TP_tabs a:focus,
#TP3 .TP_tabs a:focus, #TP4 .TP_tabs a:focus,
#TP5 .TP_tabs a:focus {
	outline: 1px dotted;
	outline-color: #CCCCCC;
}
#TP1 .TP_tabs a:hover, #TP2 .TP_tabs a:hover, 
#TP3 .TP_tabs a:hover, #TP4 .TP_tabs a:hover, 
#TP5 .TP_tabs a:hover, #TP1 .TP_tabs a:active, 
#TP2 .TP_tabs a:active, #TP3 .TP_tabs a:active,
#TP4 .TP_tabs a:active, 
#TP5 .TP_tabs a:active {
	color: #E39658;
	background-color: transparent;
}
.TP_tabs div {
	display: block;
	float: left;
	background-image: url(../images/tabs01_up.png);
	background-repeat: no-repeat;
	margin: 0 -2px 0 0;
}
.TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.TPcontent {
margin-left:auto;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 1em;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	top: -1px;
	left: 0;
	border: solid 1px #cccccc;
	color: #6b8e23;
}
.TPcontent h2, .TPcontent h3, 
.TPcontent h4 {
	font-size: 1.1em;
	color: #444444;
	margin: 0px;
	line-height: normal;
}
.TPcontent p {
	margin: 6px 0 12px 0;
}
#TP1 .TP_tabs div.down, #TP2 .TP_tabs div.down, 
#TP3 .TP_tabs div.down, #TP4 .TP_tabs div.down, 
#TP5 .TP_tabs div.down {
	padding: 0;
	position: relative;
	z-index: 2;
	background-image: url(../images/tabs01_down.png);
	background-repeat: no-repeat;
}
#TP1 .TP_tabs div.down a, #TP2 .TP_tabs div.down a, 
#TP3 .TP_tabs div.down a, #TP4 .TP_tabs div.down a, 
#TP5 .TP_tabs div.down a {
	background-image: url(../images/tabs01_down2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/*HIDE the TABS*/
.TP_tabs {
	display: none;
}

