.ccommontitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #5E6673;
	font-size: 11px;
}

.ccommontitle p {	
	font-family: Arial, Helvetica, sans-serif;
	color: #5E6673;
	font-size: 12px;
}
	
.myTitleCommon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #4F6F19;
	padding-bottom: 10px;
}

.ccommontitle 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;		
}

.value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: solid #999999 1px;
	padding: 5px;
	text-align: center;
	background: #EAF1DD;
}
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top: solid #999999 1px;
	border-bottom: solid #999999 1px;	
	padding: 5px;
	text-align: center;
	background: #D7E4BC;
}
.premium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: solid #999999 1px;
	padding: 5px;
	text-align: center;
	background: #C2D69A;
}
.columntitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: double #999999 3px;
	padding-top: 10px;
}
.columntext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-left: 5px;
	line-height: 20px;
}
.alt {
	background: #F9FBF4;	
}
.columntextleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;	
	border-bottom: solid 1px #999999;
	padding-left: 5px;
	line-height: 20px;
}