.tabs {
	width: 740px;
	margin: 5px;
}

.tab_active {
	-moz-border-radius: 5px 5px 0px 0px;
	border: none;
	background-image: url(img/tab2.gif);
	background-repeat: no-repeat;
	color: #000;
	float: left;
	width: 100px;
	cursor: default;
	font-weight: bold;
	padding: 2px;
	font-size: 10pt;
	text-align: center;
}

.tab_inactive {
	-moz-border-radius: 5px 5px 0px 0px;
	border: none;
	background-image: url(img/tab.gif);
	background-repeat: no-repeat;
	float: left;
	width: 100px;
	cursor: default;
	padding: 2px;
	font-size: 10pt;
	text-align: Center;
	font-weight: bold;
}

.tab_content {
	-moz-border-radius: 0px 10px 10px 10px;
	width: 90%;
	border-color: #C0D8D8;
	border-style: solid;
	border-width: 1px;
	color: #000;
	float: left;
	text-align: left;
	padding: 10px;
}
