div.tabs {
	float: left;
	clear: both;
	width: 958px;
	background: url("img/tabs/bg-tablist.gif") repeat-x bottom;
	font-size: 95%;
	line-height: normal;
	margin-bottom: 14px;
}
.tabs ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}
.tabs li {
	float: left;
	background: url("img/tabs/tab-left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	cursor: default;
}
.tabs a {
	float: left;
	display: block;
	background: url("img/tabs/tab-right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	color: #004375;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tabs a { float: none; }
/* End IE5-Mac hack */
.tabs a:hover {
	color: #333;
}
.tabs li.current {
	background-image: url("img/tabs/tab-left-o.gif");
}
.tabs li.current a {
	background-image: url("img/tabs/tab-right-o.gif");
	color: #333;
	padding-bottom: 5px;
	font-weight: bold;
}

div#tabcontent {
	clear: both;
	margin: 0; 
	padding-right: 10px;
	text-align: justify;
}
