/* Updated print.css 11-1-10 */

/* Reset Style / print styles */

html {
width:100%;
}

body {
background: white;
font-size: 8pt "Times New Roman", Times, serif;
color: #000;
}

/* Hide Various Elements when printing */
div #header, div #menu, div #sidebar, img, .anythingSlider, .noprint {display: none;} 

#content, #footer {display:inline; width:100%; padding: 0; }

h1, h2, h3, h4, h5, h6, hr {background: white; color: blue; padding: 0; font: 10pt "Times New Roman", Times, serif; font-weight: bold;
}

/* Link Management */
a:link, a:visited {
color: #781351;
background: transparent;
text-decoration: underline;
}
.primary a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
.primary a[href^="/"]:after {
content: " (http://www.nae-online.org" attr(href) ") ";
}
#footer a:link, a:visited {
color: #781351;
background: transparent;
text-decoration: underline;
}

div #table {
	font-size: 8pt; "Times New Roman", Times, serif;
	color: black;
	border: .5pt solid black;
	background-color: white;
	margin: 0; 
	display: block; /*KEY to Display TABLE!!!!*/
	overflow:visible !important;
}


	
/*Print-Only Message*/
div #printMsg {
	display: block;
}

