/* global */

html, body {
	height: auto;
}

body {
	background: none;
}

#primaryNavigation, #leftNavigationContainer, #metaNavigation, .q, #toc, #headerImage, #footerContainer a, #excludePrint, #footerContainer {
	display: none;
}

#mastheadContainer, #mastheadContainer a {
    color: #000;
	background: none;
	border: none;
	}
	
#printLink a {display:none;}

#adobe, .toc, #nav, #picture, #formsDiv, #componentContainer {display:none;}

#content {width:600px;}

a img {border:0px;}

#copyrightContainer {
	width:100%;
	text-align:center;
	margin:10px;
	color: #000;
	background: none;
	border: none;
}

h1 {font-family: times new roman, serif;
	font-size: 20px;
	font-weight:bold;
	color:#000;}

h2 {font-family: times new roman, serif;
font-size: 18px;
font-weight:bold;
color:#000;}

h3 {font-family: times new roman, serif;
font-size: 16px;
font-weight:bold;
color:#000;}

p {font-family: times new roman, serif;
font-size: 14px;
color:#000;}

.small
{
	font-size:11px; color:#000000
}

.data_table.lined {
	border-right: none;
	border-bottom: none;
}
.lined td, .lined th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.data_table td.head {
	font-weight: bold;
	background: #E1E9EF;
}

.data_table, .non_data_table {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	
}

.headlines {color:white;}

.data_table, .form_table, .data_table_thin {
	border: 1px solid #999;
}
.form_table, .data_table_thin {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	width: 65%;
}
.data_table th span { font-weight: normal; }

.data_table.lined {
	border-right: none;
	border-bottom: none;
}
.lined td, .lined th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.data_table td.head {
	font-weight: bold;
	background: #E1E9EF;
}
.data_table td.head span {
	font-weight: normal;
}