.bg_mtz {
	background-image: url(../images/mtz.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	width: 750px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.bg_cooper {
	background-image: url(../images/cooper.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 219px;
	width: 750px;
}


.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}


.left {
	font-weight: bolder;
	float: left;
	text-decoration: none;
	height: 10px;
	width: 170px;
	padding-right: 5px;
	padding-left: 15px;
	vertical-align:top;
	padding-top: 0px;
}
.right {
	font-weight: bolder;
	text-decoration: none;
	height: 10px;
	width: 170px;
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 0px;

}

.center 
{
	font-weight: bolder;
	text-align: center;
	vertical-align: top;
	height: 10px;
	width: 170px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;

}
