@import "typography.css";

body { background: #FFF; font-size: 12px !important;}
#contentNav, #mainMenu, #bigMenu, #buttons, .noprint, td img.noprint, form { display: none; }
.printtext, .printonly, .sidebarbox{ display: block; }

a,h1,h2,h6 { text-shadow: #fff 0px; }

h1.printtext
{
	line-height: 1.2em;
	border-bottom: 3px solid #999;
}

h2
{
	margin-top: 50px;
	padding-top: 10px;
	border-top: 2px dotted #999;
}

#frame
{
	border: 0;
	padding: 0;
	font-size: 12px !important;
	line-height: 15px;
	float: none !important;
	color: black;
	background: transparent;
}
/*
#contentSub
{
	width: 20%;
	clear: none;
	position: fixed;
	right: 0;
	top: 0;
	text-align: left;
}
*/

#contentSub a { display: block; }

.copyright
{
	font-size: 12px;
	line-height: 15px;
}

a img { border: none; }
.formattedBox { margin-left: 20px; }


#footer a:link:after, #footer a:visited:after,#buttons a:link:after, #buttons a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   margin: 0 4px;
   }
   

