/* 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;}

#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;}

.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;
}