div.tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
}

div.tabs ul {
	margin:0;
	padding:10px 0px 0 0;
	list-style:none;
}
div.tabs li {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	/* Show the user that they can click on the left side of the tab. */
	cursor: pointer;
}
div.tabs a {
	float:left;
	display:block;
	width:.1em;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 14px 5px 6px;
	text-decoration:none;
	color:#F1F0DB;
	/* We don't want the text in the tabs to wrap. */
	white-space: nowrap;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}
div.tabs > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs a {float:none;}
/* End IE5-Mac hack */
div.tabs a:hover {
	color:#F1F0DB;
}

body.tabs div.tabs li.selected {
	background-position:0 -27px;
	border-width:0;
}

body.tabs div.tabs li.selected a, body.tabs div.tabs li.selected a:link, body.tabs div.tabs li.selected a:active, body.tabs div.tabs li.selected a:visited {
	background-position:100% -27px;
	padding-bottom:5px;
	color:#F1F0DB;
}
body.tabs div.tabs li:hover, body.tabs div.tabs li:hover a, div.tabs li.sfhover, div tab li.sfhover a{
	background-position:0% -27px;
	color:#F1F0DB;
}
body.tabs div.tabs li:hover a, div.tabs li.sfhover a {
	background-position:100% -27px;
}

/* tab body */
div.tabBody {
	clear: both;
	border: 1px solid #EBE9D9;
	padding: 1em;
	min-height:147px;
	background:#fff;
}
/* IE only nonsense */
* html div.tabBody {
	height: 137px;
}
/* Make the minimum height of an embedded tab less than the normal tab. */
div.tabBody div.tabBody {
	min-height:137px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody {
	height: 137px;
}
/* Make the minimum height of an embedded tab embedded in a tab less than the embedded tab. */
div.tabBody div.tabBody div.tabBody {
	min-height: 90px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody div.tabBody {
	height: 90px;
}
/* use this if javascript is turned off */
div.tabItem {
	
	margin: 1em;
	padding: 0.5em 1em;
}
body.tabs div.tabBody div.tabItem {
	border-width: 0;
	margin: 0;
	padding: 0;
	display: none;
}
body.tabs div.tabBody div.selected { display: block; }

div.tabItem p{font-size:12px; color:#232323; font-family:arial; padding:0 0 10px 0;}
div.tabItem p span{color:#902424;}

div.tabItem p span.style2{
	color: #902424;
	font-weight: bold;
	font-size:13px;
	}

div.tabItem table{margin:10px 0 20px 0;}
div.tabItem table td{padding:5px 0;}
div.tabItem table td img{margin:0 0 5px 0;}
div.tabItem table th{padding:5px 0;}

div.tabItem ul{margin:0; padding:5px 0 10px 28px;}
div.tabItem ul li{padding:3px 0;}
.td01{
	color: #FF0000;
	font-weight: bold;
	}
#tab5{
min-height:960px;
}

