body, html {
	margin: 0;
	padding: 0;
}
body {
	background-image: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#navigation {
	display: none;
}
#header {
	display: none;
}
 #content {
	margin-left: 20pt;
	margin-right: 30pt;
}
#banner {
	display: none;
}
#content p, #content li {
	font: 12pt/20pt "Times New Roman", Times, serif;
}
#content p {
	margin-left: 20pt;
}
#content h1, #content h2 {
	font: 16pt Georgia, "Times New Roman", Times, serif;
	color: #4b4b4b;
	background-color: transparent;
}
#content h2 {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	padding-bottom: 2pt;
	border-bottom: 1pt dotted #cccccc;
}

.left_pan {
	display: none;
}

.table_head_big {
	font-weight: bold;
	color: #000000;
	background-color: #666666;
}

.table_head_normal {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	background-color: #666666;
}

.printonly_inline {
    display: inline;      
} 
.printonly {
    display: block;      
} 
.noprint {
      display: none;   
}
.noprint_inline {
      display: none;   
}

.callsheet_table {
	width: 100%;
	page-break-inside:avoid;
}
