@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/mo/mo-bkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.formfield {
	font-size: 11px;
	border: 1px solid #d0d0d0;
}
.address {
	font-size: 10px;
	color: #949598;
}
.address a:link {
	color: #949598;
	text-decoration: none;
}
.address a:visited {
	text-decoration: none;
	color: #949598;
}
.address a:hover {
	text-decoration: underline;
	color: #949598;
}
.address a:active {
	text-decoration: none;
	color: #949598;
}