
.container {width: 240px; margin: 0; padding: 0 0 20px 0;}


ul.tabs {
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 6px 0;
	background: #ffffff;
	overflow: hidden;
	position: relative; 
	font-size: 12px;
}
ul.tabs li a {
	text-decoration: underline; 
	font-style: italic;
	color: #000;
	display: block;
	padding: 0 10px;
	outline: none;
}
ul.tabs li a:link {color: #000000; background: #ffffff; text-decoration: underline;}	
ul.tabs li a:visited {color: #000000;}
ul.tabs li a:hover {color: #329a1c;}
ul.tabs li a:active {color: #329a1c;}

html ul.tabs li.active, html ul.tabs li.active a:link {background: #fed900; text-decoration: none; color: #000000;}
html ul.tabs li.active a:hover {background: #fed900; text-decoration: underline; color: #000000;}

.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 15px 0;
}





.container2 {width: 400px; margin: 30px 0 0 0; clear: both;}


ul.tabs2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 6px 0;
	background: #ffffff;
	overflow: hidden;
	position: relative; 
	font-size: 14px;
}
ul.tabs2 li a {
	text-decoration: underline; 
	font-style: italic;
	color: #000;
	display: block;
	padding: 0 15px;
	outline: none;
}
ul.tabs2 li a:link {color: #000000; background: #ffffff; text-decoration: underline;}	
ul.tabs2 li a:visited {color: #000000;}
ul.tabs2 li a:hover {color: #329a1c;}
ul.tabs2 li a:active {color: #329a1c;}

html ul.tabs2 li.active, html ul.tabs2 li.active a:link {background: #f6f6f6; text-decoration: none; color: #000000; font-weight: bold;}
html ul.tabs2 li.active a:hover {text-decoration: underline; color: #000000;}

.tab2_container {
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab2_content {
	padding: 15px 0; 
	font-size: 10pt;
}




