body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

.container {
	text-align: left;
	height: 550px;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -275px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
}

.up {
	width: 800px;
	height: 70px;
	float: left;
	background-image: url(up.png);
	background-repeat: no-repeat;
}

.left {
	width: 350px;
	height: 330px;
	text-align: right;
	padding-right: 50px;
	padding-top: 80px;
	float: left;
}

.logos {
	width: 290px;
	height: 80px;
	padding-left: 60px;
	font-size: 11px;
	float: left;
}

.mrc {
	width: 144px;
	height: 80px;
	text-align: left;
	float: left;
}

.mit {
	width: 144px;
	height: 80px;
	text-align: right;
	float: left;
}

.right {
	width: 350px;
	height: 410px;
	padding-left: 50px;
	background-image: url(line.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

.down {
	width: 800px;
	height: 70px;
	float: left;
	background-image: url(down.png);
	background-repeat: no-repeat;
}

p {
	margin-top: 9px;
	margin-bottom: 9px;
}

.small {
	font-size: 9pt;
}

a:link {
	text-decoration: none;
	color: #330099;
}

a:visited {
	text-decoration: none;
	color: #330099;
}

a:hover {
	text-decoration: underline;
	color: #330099;
}

a:active {
	text-decoration: underline;
	color: #330099;
}

