/* print styles */
BODY{
color: black; 
background: white;
}

A:link, A:visited{
background: white; 
color: black; 
text-decoration: underline;
font-weight: bold;
}

H1{
background: white; 
color: black; 
padding-bottom: 10px;
}

H2, H3{
background: white; 
color: black; 
padding-bottom: 1px;
}


.left{
display: none;
}

.right{
display: none;
}

#Banner{
display: none;
}

#Footer{
display: none;
}

#noPrint{
display: none;
}

#breadcrumb{
display: none;
}

#standard {
border: solid 1px #000;
}
#standard th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: solid 1px #000;
	padding: 3px;
}

#standard td{
	text-align: left;
	vertical-align: top;
	padding:3px;	
}

.Odd {
border: solid 1px #000;
background-color: #ffffff; 
padding-left: 2px;
padding-right: 2px;
color: #000;
}

.Even{
border: solid 1px #000;
background-color: #ffffff; 
padding-left: 2px;
padding-right: 2px;
color: #000;
}

caption {
	font-weight: bold;
	color: #000;
	text-align: left;
}

#QA {
border: solid 1px #000;
}
#QA th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: solid 1px #000;
	padding: 3px;
}

#QA td{
	text-align: left;
	vertical-align: top;
	padding:3px;	
}


