@import url(/css/reset.css);


body {
  background-color: #FFF;
  color: rgb(50,50,50);
  font-family: Trebuchet MS, Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

#footer UL, #footer #nHome 	{
	display: none;
}

#wrapper DL DT P.l1	{
	float: none !important;
	width: 200px !important;
	font-size: 14pt;
	font-weight: bold;
padding: 0;	margin: 0;
}
#wrapper DL DD DL DT P	{
	font-size: 12pt;
	font-weight: bold;
padding: 0;	margin: 0;
margin-bottom: 1em;
}
#wrapper DL DD DL DD DL DT P	{
	font-size: 10pt;
	font-weight: bold;
padding: 0;	margin: 0;
}
#wrapper DL DD	{
}

#wrapper DL DD H1	{
	font-size: 9pt;
	font-weight: bold;
display: none;
}

/* PA: Suppresses the Level 1 comparison */
#wrapper>DL>DT>DIV>p	{
	display: none;
}

#wrapper DD.text P	{
	margin-bottom: 1.25em;
}

DL DD	{
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	background-color: #333333;
}


