/* CSS Document requestprint.css*/
/* these styles are used in ALL pages in our site except research report request forms */
/* for printed version of pages */
address {
	font-style: normal;
}
body {
	color: #000000; /* black */
	background-color: #ffffff; /* white */
	margin: 0;
}
caption {
	font-size: 120%; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin-left: auto;
	margin-right: auto;
}
table {
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
}
td, th {
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}
#bannerleft {
	display: none;
}
#bannermiddle {
	display: none;
}
#bannerright {
	display: none;
}
#docsbanner a {
	font-size: 175%;
	text-decoration: none;
	color: #000000; /* black */
	background-color: #ffffff; /* white */
}
#navbottom {
	display: none;
}
#navleft {
	display: none;
}
#piclist img {
	margin-right: 5px;
	margin-top: 0;
	float: left;
}
#piclist p {
	height: 75px;
}
#pressrel li {
	padding-bottom: 10px;
}
#right {
	display: none;
}
#search {
	display: none;
}
.alpha {
	list-style: upper-alpha;
}
.center {
	text-align: center;
}
.clearleft {
    clear: left;
}
.endofdoc {
	text-align: center;
	font-weight: bold;
}
.endsec {
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
.endsecres {
	border-bottom-width: 5px;
	border-bottom-style: solid;
   text-align: right;
}
.filesize {
	font-size: 80%;
	font-weight: normal;
}
.filesize img {
	vertical-align: middle;
}
.floatLeft { 
	float: left;
	margin: 10px; 
	border: none;
   padding-right: 15px;
}
.floatright { 
	float: right;
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}
.indent {
	margin-left: 200px;
}
.result{
    text-align: right;
}