body{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

span.italic_top{
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	line-height: 12px;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

span.normal_top{
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h2{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h3{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h5{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	margin: 2px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

dl,dt,dd,td,th,div{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul, ul ul, ul ul ul, ol ul{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-indent: 0px;
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 19px;
	border-width: 0px;
	line-height: 140%;
}

ol, ul ol, ul ul ol, ul ol ol{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-indent: 0px;
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	border-width: 0px;
	line-height: 140%;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

form,option,select,textarea,input{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

/*
	print information
*/
div.print_header {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

div.print_logo {
	float: left; 
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.print_text {
	float: right; 
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.print_footer {
	clear: both;
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
	table replacements
*/

div.container {
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.container_content {
	width: 900px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

div.container_footer {
	float: left;
	clear: both;
	display: none;
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.body {
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.body_top {
	display: none;
}

div.body_top_banner {
	display: none;
}

div.body_top_logo {
	display: none;
}

div.body_top_logo_image {
	display: none;
}

div.body_top_logo_text {
	display: none;
}

div.body_content {
	float: left;
	display: inline;
	width: 900px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.content {
	float: left;
	display: inline;
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

div.menu_vertical_box {
	display: none;
}

div.menu_vertical {
	display: none;
}

div.menu_vertical_logo {
	display: none;
}

div.bottom_text {
	display: none;
}

div.body_content_right {
	display: none;
}

div.body_content_right_image {
	display: none;
}

/*
	menu
*/

ul.menu-vert{
}

li.menu-vert-1{
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	list-style-image: none;
	list-style-type: none;
}

li.menu-vert-1-hi{
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	list-style-image: url(/mmp/graphics/common/dot.gif);
}


a.menu-1{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

a.menu-1:hover, a.menu-1-hi, a.menu-1-hi:hover{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

ul.menu-vert-2{
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

li.menu-vert-2{
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}

a.menu-2{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #818181;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a.menu-2:hover, a.menu-2-hi, a.menu-2-hi:hover{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
}

ul.menu-vert-3{
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

li.menu-vert-3{
	line-height: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
}

a.menu-3{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	color: #818181;
	text-decoration: none;
}

a.menu-3:hover, a.menu-3-hi, a.menu-3-hi:hover{
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
	text-decoration: none;
}

/*
	contact
*/
div.contact_form {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.contact {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

td.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td.contact-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

textarea.the-form, input.the-form {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	width: 100%;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #888888;
}

input.the-form {
	height: 14px;
}

/*
	download list
*/

table.download {
	width: 465px;
	border: 0;
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
}

tr.download {
}

td.download_header {
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	background-color: #bdbdbd;
	vertical-align: middle;
	text-align: left;
}

td.download {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
}

td.download_highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e6e6e6;
	vertical-align: top;
	text-align: left;
}

a.download_title {
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}

a.download_title:hover {
	font-family: Lucinda Sans Demibold, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

div.download_filesize {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-top: 5px;
}

div.download_abstract {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-top: 5px;
}

