.tabcontent {
	padding:1.5em; /* acts little ike cellpadding, so dont touch this */
	clear:both;
	background: #FFFFFF;  /* Background color */
    border-left:7px solid #DEDEDE;
	border-right:7px solid #DEDEDE;
	border-bottom:7px solid #DEDEDE;
	font-family: tahoma, arial, verdana;
 	font-size: 11px;
 	color: #000000;
  }
#mainnavtabbed1{
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
#mainnavtabbed1 li{
	margin-left:0px; /* distance between tabs */
	margin-bottom:0px;
	text-align: center; /* alignment of text within tabs */
	float:left;
	width:99px; /* width of actual tab */
	margin-bottom:0px;
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding:5px; /* padding around the text within the tabs */
	/*	sempre io
border-left:3px solid #ccc; /* border of the inactive tab */
/*	border-top:3px solid #ccc; /* border of the inactive tab */
border-bottom:1px solid #ddd;
/*	border-right:1px solid #ccc; /* border of the inactive tab 
*/
	background:none;
	display:block;
	background-image:url(images/icons/a_information2.gif);
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;font-size: 11px;
	color: #FFFFFF;
	
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;font-size: 11px;
	color:#FF3300;        /* Font color on tab */
	background: #DEDEDE;   /* Tab Color */
/*
	border-left:3px solid #aaa;
	border-top:3px solid #aaa;
	border-bottom:none;
	border-right:1px solid #aaa;
*/
	background-image:url(images/icons/p_information2.gif);
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;font-size: 11px;
	color:#FFFFFF;      /* Font color on hover */
	background: #DEDEDE;
/*	
sempre mi
border-left:3px solid #ccc;
	border-top:3px solid #ccc;
	border-bottom:none;
	border-right:1px solid #ccc;
*/	
	background-image:url(images/icons/p_information1.gif);
}
h2{
	margin:0;
	font-size:120%;
	font-family:"trebuchet ms", verdana, sans-serif;
}
h1{
	margin:0;
	font-size:150%;
	color:#fff;
	font-family:"trebuchet ms", verdana, sans-serif;
}

HR {
	 color: #ccc;
     background-color: #ccc;
	 height: 1px;
	 border: none;
}

.Text2 {text-decoration: none; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-transform: none}

table.plansfeatures, td.plansfeatures
{
    border-color: #C9C9C9;
    border-style: solid;
}

table.plansfeatures
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.plansfeatures
{
    margin: 0;
    padding: 4px;
    border-width: 0 0 1px 1px;
	text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-transform: none
	
}

tr.plansfeaturesg {	
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(images/table_green.gif);
	background-color: #99CC00;
}

tr.plansfeatureso {
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(images/table_orange.gif);
	background-color: #FF6600;
}

tr.plansfeaturesb {
	color: #000000;
	font-weight: bold;
	background-image:url(images/table_blue.gif);
	background-color: #c7d6da;
}
tr.plansfeaturesbl {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #76A0B4;
}

tr.plansfeaturesp {
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(images/table_purple.gif);
	background-color: #660066;
}

.style3 {	
	color: #FFFFFF;
	font-weight: bold;
}
.style1 {	
	color: #FF3300;
	font-weight: bold;
}