#middle .undecorated a.redBtn{
	background:url(../../images/mtl/red_btn.gif) no-repeat top left #da2c00;
	width:160px;
	height:24px;
	display:block;
	text-align:center;
	color:#FFF;
	font-size:.9em;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:6px;
	margin:10px 10px 0 20px;
	float:right;
	clear:right;
	color:#FFF;
}
#middle .undecorated a.redBtn:hover, #middle .undecorated a.redBtn:visited{
	background-position:bottom left;
	text-decoration:underline;
	color:#FFFFFF;
}
/*** Data tables styles ***/	
	
#middle .mtlTable {
	margin-top:15px;
	margin-bottom:15px;
	border-collapse:collapse;
}
	
#middle .mtlTable td, #middle .mtlTable th 
{
	border: solid 1px #cccccc;
	padding:5px 10px 5px 10px;
	font-size:100%;
}
	
#middle .mtlTable td {
	vertical-align:top;
	padding:5px;
}

#middle .mtlTable th,
#middle .mtlTable .dark th,
#middle .mtlTable .dark td {
	background-color:#fbe9e5;
	font-weight:bold;
	text-align:center;
	}

#middle .mtlTable th a,
#middle .mtlTable .dark a {
	color: #000000;
	}
/*MTL Lozenge styles*/
.mtlLozenge .top{
	background: url(../../images/mtl/mtlLozenge_top.gif) no-repeat top #DA2C00;
	height:auto;
	padding:16px 0 0 18px;
	display:block;
	width:442px;
}
.mtlLozenge .base{
	background: url(../../images/mtl/mtlLozenge_base.gif) no-repeat bottom;
	height:16px;
	display:block;
	clear:both;
	width:460px;
}
.mtlLozenge .top h3{
	text-indent:-9999px;
	background: url(../../images/mtl/got_a_question.gif) no-repeat top left;
	width:203px;
	height:46px;
	display:block;
	color:#FFF;
	margin:0;
}
.mtlLozenge .top a, .mtlLozenge .top span{
	height:30px;
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:1.1em;
	float:left;
	margin-right:20px;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:36px;
	line-height:2.2em;
}
.mtlLozenge .top a.email{
	background-image:url(../../images/mtl/email_icon.gif);
}
.mtlLozenge .top span.phone{
	background-image:url(../../images/mtl/phone_icon.gif);
	font-size:1.4em;
	line-height:1.7em;
}
.mtlLozenge .top a:hover{
	text-decoration:underline;
}
.mtlLozenge .top a:visited{
	text-decoration:underline;
	color:#FFF;
}
.clear{
	display:block;
	clear:both;
}

	

	



