@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	width:600pt;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1pt;
    line-height: 0pt;
}
a img {
	border: none;
}
p {
	margin-bottom: 14pt;
}
div {
	
}
#footer, #masthead, #navigation, #utilinav, #search, #footernav {
	display:none;
}
#copyright {
	margin-left: 35pt;
	font-size: 9pt;
	color: #666666;
	clear: both;
}
#copyright img {
	display:none;
}
#content {
	font-size: 12pt;
	color: #000000;
	width: 500pt;	
}
#content h1 {
	font-size: 14pt;
	color: #666666;
	margin-bottom: 6pt;
	font-weight: normal;
	font-weight: bold;
}
#content h3 {
	font-size: 14pt;
	color: #666666;
	margin-bottom: 16pt;
	font-weight: bold;
}
#content h4 {
	font-size: 12pt;
	color: #666666;
	margin-bottom: 6pt;
	font-weight: bold;
}

#content ul {
	margin-bottom: 16pt;
}
#content ul li {
	margin-bottom: 4pt;
	padding-left: 8pt;
}
#content ul li ul {
	margin-bottom: 0pt;
}
#morecontent {
	display: block;
}
#morecontent strong {
	text-transform: uppercase;
}
.subcontent {
	font-size: 10pt;
	font-style: italic;
}
