/* Print style sheet */
@media print {

#header { display: none; }

#content { display: block; }

#comments { display: block; }

#sidebar { display: none }

#footer {
        display: block;	
        font-size: 7pt;
	position: relative;
	color: #000;
	top: 2px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}

#masthead {
	position: relative;
	background: url('images/masthead.jpg');
}

#commentform { display:none; }

body {
	position: relative;
	font-family: Arial;
	text-align:left;
	font-size: 11pt;
        background: white;
        color: black;
        margin: 0
}

.cite {
	font-size: 8pt;
	color:#000;
}

.commentPos {
	font-family: 'Arial Black';
	font-size: 7pt;
        color: black;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

a.commentPos {
	font-family: 'Arial Black';
	color: black;
}

a.commentPos:visited {
	font-family: 'Arial Black';
	color: black;
}

a.commentPos:hover {
	font-family: 'Arial Black';
	color: black;
}


.pageheader {
	font-family: 'Arial Black';
	color: #333;
	font-size: 11pt;
	text-transform: uppercase;
}

.pagetext {
	font-family: 'Arial';
	color: #333;
	font-size: 11pt;
}

.pagetextuc {
	font-family: 'Arial';
	color: #333;
	font-size: 9pt;
	text-transform: uppercase;
}

.title {
	font-family: 'Arial Black';
	color: #333;
	font-size: 7.5pt;
	text-transform: uppercase;
}

a.title {
	color: #333;
}

a.title:visited {
	color: #333;
}

a.title:hover {
	color: #999;
	border: 0px;
}

.left { display: none; }

.right { display: none; }


} /* End of body */