@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #000;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	border: none;
}
/*Hide the following items*/
#header, #flashHome, navMain, #p7PMnav, #bread, #sub, #footer a:link {
display: none;
}
select {
	border: none;
}
textarea {
	border: none;
}

fieldset {
	background: #FFF;
	border: none;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
}
#formHeader {
	height: 15px;
	margin: 0px;
	padding: 0px;
}
#formHd  h1 {
	font-size: 0.88em;
	margin: 0px;
	padding: 0px;
}
#main td {
	margin: 0px;
	padding: 0px;
}
/*Show URLs only inside the article container*/
#main a:after {
content: " ("attr(href) ")";
font-size: 10px;
}

/*Links black*/
a:link, a:visited, a:active {
color: #000;
text-decoration: none;
}

#main h1, #main h4, #main h6 {
	color: #000;
	margin: 0px;
	padding: 0px;
}

legend {
	color: #000;
}
#footer {
	background: #FFF;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 11px;
}
#container {
	border: none;
	margin: 0px;
	padding: 0px;
}
input {
	border: none;
}
#footer ul {
	text-decoration: none;
	display: inline;
	overflow: hidden;
	font-size: 11px;
}
#footer ul li {
	display: inline;
	padding: 3px;
	margin: 0px;
}
