.myTitleCommon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #4F6F19;
	padding-bottom: 10px;
}

.ccommon ul {
	font-size: 12px;
}

#hmpromo
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse:collapse;
width: 900px;
}
#hmpromo td, #hmpromo th 
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#hmpromo th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
width: 200px;
}
#hmpromo tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}

#hmpromo tr.blank td 
{
background-color:#fff;
border: 0;
}

.subtitle {
	font-size: 17px;
	color: #666;
	padding-bottom: 8px;
	background: url(images/sub_bg.jpg) no-repeat bottom;
	padding-left: 35px;
	margin-bottom: 10px;
}

.subtitle2 {
	font-size: 17px;
	color: #666;
	padding-bottom: 8px;
	background: url(images/sub_bg.jpg) no-repeat bottom;
	padding-left: 35px;
}

/* tabs */
div.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	font-size:12px;
	background-color:#fff;
	margin-bottom: 15px;	
}

div.panes p {
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
	font-size: 12px;
}


div.panes .tabtitle {
	font-size: 14px;
	color: #77A525;
}


/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #999;	
	height:24px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	padding-right: 5px;	
	list-style: none;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: #E0E0E0;
	font-size:11px;
	display:block;
	height: 23px;  
	line-height:23px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	padding-left: 10px;
	padding-right: 10px;
	position:relative;
	top:1px;
	border-bottom:1px solid #999;	
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: #999;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: #999;
	cursor:default !important; 
	color:#fff !important;
}


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

.features td {
	background: #E8E8E8;
	border: 1px solid #E0E1DB;
	width: 220px;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
}

.features td:hover {
	background: #D1DBB9;
	border: 1px solid #E0E1DB;
	width: 220px;
	text-align: center;	
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	color: #666;		
}

.features td a:link, .features td a:visited {
	color: #666;
	text-decoration: none;
}

.features td a:hover, .features td a:active {
	color: #666;
	text-decoration: none;
}

