bbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {	
}

ul.tabss {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
	width:100%;
}
ul.tabss li {
	list-style:none;
	display:inline;
	float:left;
}
ul.tabss li a {
	/*background-color:#464c54;*/
	color:#ffebb5;
	/*padding:3px 14px 8px 14px;*/
	text-decoration:none;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:capitalize;
	/*border:1px solid #464c54;*/
	background-image:url(http://novoinformatics.com/css/images/gray-gradiant.gif);
	background-repeat:repeat-x;	 
	background-position:top;
	color: #000;
font-size: 12px;
font-weight: bold;
padding: 7px 20px 7px 20px;
cursor:pointer;
}
ul.tabss li a:hover {
	/*background-color:#2f343a;
	border-color:#2f343a;
	padding:3px 14px 8px 14px*/;
}
ul.tabss li a.active {
	/*background-color:#ffffff;
	color:#282e32;*/
	/*border:1px solid #464c54;*/ 
	/*border-bottom: 1px solid #ffffff;*/
	background-image:url(http://novoinformatics.com/css/images/gray-gradiant.gif);
	background-repeat:repeat-x;
	background-position:top;	
}
.content {
	background-color:#ffffff;
	padding:10px 0;
	/*border:1px solid #464c54; 	*/
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(http://novoinformatics.com/css/images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
	width:679px;
	float:left;
	clear:both;
}
#content_2, #content_3 { display:none; }

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
/*.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}
*/