a.blue_link{
	font:Arial, Helvetica, sans-serif; 
	color:#16387C; 
	font-size:12px; 
	font-weight:normal;
	text-decoration:none;
}
a.blue_link:hover{
	font:Arial, Helvetica, sans-serif; 
	color:#16387C; 
	font-size:12px; 
	font-weight:normal;
	text-decoration:underline;
}
.black_text
{
	color: #000;
	font-family:Verdana,Arial,sans-serif;
	font-weight:normal;
	font-size:10px;
}
.side_heading{
	font:Arial, Helvetica, sans-serif; 
	color:#16387C; 
	font-size:14px; 
	font-weight:bold;
}
.side_text{
	font:Arial, Helvetica, sans-serif; 
	color:#16387C; 
	font-size:12px; 
	font-weight:normal;
	
}
.mm
{
	width:430px;
	height:220px;
	background: #fff;
}
.mmTabs
{
	top : 3px;
}

/****************************
 * prices
 * 
 */

.news_text
{
	margin-left:10px;
	margin-right:10px;
	margin-top: 9px;
	margin-bottom: 4px;
	width: 400px;
	height: 22px;
	color: #000;
	font-family:Verdana,Arial,sans-serif;
	font-weight:normal;
	font-size:10px;
}


.tabPanelGroup 
{
	font-family:Arial,sans-serif;
	font-size: 11px;
	position:relative;
}

.tabPanel 
{
	width:430px;
	height:220px;
	background-image:url(../images/news_box.gif);
	position:absolute;
	z-index:0;
	display:none;
	overflow:hidden;
}

.tabGroup 
{
	/*margin-left: 5px;*/
}

.tabLabel
{
	margin-top: 3px;
}

.tabDefault, .tabSelected , .tabHover
{
	cursor: default;
	background-repeat:no-repeat;
	background-position: left;
	text-align:center;
	display:inline;
	width: 105px;
	height: 25px;
	position:absolute;
	top:5px;
}

.tabSelected
{ 
	background-repeat:no-repeat;
	background-position: left;
	width: 105px;
	height: 25px;
	top:0px;
}
.tabLabel
{
	color: #000000;
}



