/*
	CHEM site colors:
	
	background								: F4EAD4
	red (menu, links, separator bars...)	: 93455F (AE4461)
	light red (menu/link/button hover)		: D5C1BB
	dark red (links)						: 853E56
	grey (tables/headings)					: ABA195
	black (normal font) 					: 000000
	white (top menu hover)					: FFFFFF
*/
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4EAD4; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}

td.hbar {
	height: 35px;
	background: url(/mmp/graphics/header/2008/separator_bar.gif) repeat-x;
	padding-left: 22px;
	padding-right: 22px;
	vertical-align: middle;
}
td.hbar-path {
	height: 35px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}
td.hbar-search {
	text-align: right;
	vertical-align: top;
	padding-top: 9px;
}
span.hbar-search {
	font-size: 10px;
	color: #F4EAD4;
}
input.hbar-search {
	border: 1px solid #ABA195;
	height: 16px;
	font-size: 9px;
	background-color: #F4EAD4;
	padding: 0px 3px 0px 3px;
}

td.copyright {
	color: #F4EAD4;
	text-align: right;
}

h1
{
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	color: #000000;
}

h2
{
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration: none;
	color: #000000;
}

h3
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
}

h4
{

	font-weight: bold;
	font-size: 9.5pt;
	text-decoration: none;
	color: #000000;
}

h5
{

	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
}

h1.news
{
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	color: #93455F;
}

p,span,dl,dt,dd,div,tr,td
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

ul, ul ul, ul ul ul, ol ul
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	list-style: disc;
	margin-top: 5px;
	margin-bottom: 5px;
}

ol, ul ol, ul ul ol, ul ol ol
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

li
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-indent: 0px;
	margin-left: -15px;
}

a
{
	text-decoration: none;
	color: #93455F;
}

a:hover
{
	text-decoration: none;
	color: #853E56;
}
a.black {
	text-decoration: none;
	color: #000000;
}

td.menu {
	background-color: #93455F;
	color: #F4EAD4;
}

a.menu-1
{
	font-size: 9.5pt;
	font-weight: bold;
	display: block;
	padding: 0px 8px 0px 0px;
}
a.menu-1-0 { color: #F4EAD4; }
a.menu-1-0:hover { color: #FFFFFF; text-decoration: underline; }
a.menu-1-1, a.menu-1-1:hover { color: #FFFFFF; }

a.menu-2
{
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding: 3px 8px 3px 16px;
}
a.menu-2-0 { color: #93455F; }
a.menu-2-0:hover { background-color: #D5C1BB; color: #93455F; }
a.menu-2-1, a.menu-2-1:hover { background-color: #93455F; color: #F4EAD4; }

a.menu-3
{
	font-size: 9pt;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 3px 8px 3px 28px;
}
a.menu-3-0 { color: #93455F; }
a.menu-3-0:hover { background-color: #D5C1BB; color: #93455F; }
a.menu-3-1, a.menu-3-1:hover { background-color: #93455F; color: #F4EAD4; }

a.menu-4
{
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	display: block;
	padding: 3px 8px 3px 40px;
}
a.menu-4-0 { color: #93455F; }
a.menu-4-0:hover { background-color: #D5C1BB; color: #93455F; }
a.menu-4-1, a.menu-4-1:hover { background-color: #93455F; color: #F4EAD4; }

a.menu-5
{
	font-size: 7pt;
	font-weight: bold;
	display: block;
	padding: 3px 8px 3px 52px;
}
a.menu-5-0 { color: #93455F; }
a.menu-5-0:hover { background-color: #D5C1BB; color: #93455F; }
a.menu-5-1, a.menu-5-1:hover { background-color: #93455F; color: #F4EAD4; }


a.path
{
	font-weight: bold;
	font-size: 7pt;
	line-height: 8pt;
	text-decoration: none;
	color: #F4EAD4;
}

a.path:hover
{
	font-weight: bold;
	font-size: 7pt;
	line-height: 8pt;
	text-decoration: none;
	color: #FFFFFF;
}

a.search
{

	font-weight: bold;
	font-size: 8pt;
	line-height: 9pt;
	text-decoration: underline;
	color: #000000;
}

a.search:hover
{

	font-weight: bold;
	font-size: 8pt;
	line-height: 9pt;
	text-decoration: none;
	color: #000000;
}

a.small
{

	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: underline;
	color: #000000;
}

a.small:hover
{

	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
	color: #000000;
}

.flag { background-color: #cc9999; }

table.border
{
	border: 1px #93455F solid;
	width: 95%;
	margin: 20px;
	padding: 2px;
	border-spacing: 0px;
}

td.border
{
	border: 1px #93455F solid;
	padding: 10px;	
}

.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 7.5pt;
	color: #000000;
}

.scenario
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	line-height: 9pt;
	color: #996600;
	margin-left: 7px;
	background-color: #ffffcc;
}

.path
{

	font-weight: bold;
	font-size: 7pt;
	line-height: 8pt;
	color: #F4EAD4;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	line-height: 8pt;
	color: #ffffff;
	margin-left: 5px;
}

a.sitemap
{

	font-weight: normal;
	font-size: 8pt;
	line-height: 10pt;
	text-decoration: none;
	color: #853E56;
}

a.sitemap:hover
{

	font-weight: normal;
	font-size: 8pt;
	line-height: 10pt;
	text-decoration: none;
	color: #000000;
}

span.sitemap
{

	font-weight: bold;
	font-size: 8pt;
	line-height: 12pt;
	text-decoration: none;
	color: #000000;
}

table.chem
{
	border-top: 1px #ABA195 solid;
	border-bottom: 1px #ABA195 solid;
	width: 95%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.chemauto
{
	border: 1px #ABA195 solid;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
td.chem
{
	border-right: 1px #ABA195 solid;
	border-left: 1px #ABA195 solid;
	margin: 0px;
	padding: 6px;
}
tr.chemauto
{
	border-top: 1px #ABA195 solid;
}
td.chemauto
{
	padding: 3px;
}

td.chemheader
{
	border: 1px #ABA195 solid;
	margin: 0px;
	padding: 6px;
	background-color: #ABA195;
}

a.chemvalue
{

	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}

a.chemvalue:hover
{

	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

.chemheader
{

	font-weight: bold;
	line-height: 10pt;
	color: #F4EAD4;
	background-color: transparent;
}

.chemfield
{

	font-weight: bold;
	color: #000000;
}

.chemvalue
{

	font-weight: normal;
	color: #000000;
}
a.chemvalue
{
	text-decoration: none;
	color: #93455F;
}

a.chemvalue:hover
{
	text-decoration: none;
	color: #853E56;
}

form,option,select,textarea,input
{

	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}
