/* Following are buttons that should display online, but not in the pf page */
@media screen {
.ezPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	color: #0855A1;
	margin: 1px 1px 1px 0px;
	padding: 1px 1px 1px 0px;
	text-decoration: none;
	height: 18px;
	line-height: 18px;
}
}

@media screen {
.ezPrint A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 0px;
	padding: 1px 1px 1px 0px;
	height: 18px;
	line-height: 18px;
}
}

@media screen {
.ezPrint A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 0px;
	padding: 1px 1px 1px 0px;
	height: 18px;
	line-height: 18px;
}
}

@media screen {
.ezPrint A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 0px;
	padding: 1px 1px 1px 0px;
	height: 18px;
	line-height: 18px;
}
}

@media screen {
.ezPrintOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #0855A1;
	margin: 1px 1px 1px 0px;
	padding: 1px 1px 1px 0px;
	text-decoration: none;
	height: 18px;
	line-height: 18px;
}
}


@media screen {
.ezPrintOn A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	font-weight: bold;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 0px;
	padding: 1px 1px 1px 0px;
	height: 18px;
	line-height: 18px;
}
}

@media screen {
.ezPrintOn A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	color: #0855A1;
	font-weight: bold;
	text-decoration: none;
	margin: 1px 1px 1px 0px;
	padding: 1px 1px 1px 0px;
	height: 18px;
	line-height: 18px;
}
}

@media screen {
.ezPrintOn A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	font-weight: none;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 0px;
	padding: 1px 1px 1px 0px;
	height: 18px;
	line-height: 18px;
}
}


/* following are buttons that should display in print but not online */
/* These are not needed, as this page will not dispay online, the pf button will print using CSS print media */

@media print {
/* following is for the buttons for the printer friendly version */
.ezPrintpf {
	font-size: 10px;
	background-color: white;
	text-align: center;
	color: #0855A1;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
}
}


@media print {
.ezPrintpf A {
	font-size: 10px;
	background-color: white;
	text-align: center;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
}
}


@media print {
.ezPrintpf A:link {
	font-size: 10px;
	background-color: white;
	text-align: center;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
}
}


}
@media print {
.ezPrintpf A:visited {
	font-size: 10px;
	background-color: white;
	text-align: center;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
}
}



@media print {
.ezPrintOnpf {
	font-size: 10px;
	background-color: white;
	text-align: center;
	color: #0855A1;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
}
}


@media print {
.ezPrintOnpf A {
	font-size: 10px;
	background-color: white;
	text-align: center;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
}
}


@media print {
.ezPrintOnpf A:link {
	font-size: 10px;
	background-color: white;
	text-align: center;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
}
}


@media print {
.ezPrintOnpf A:visited {
	font-size: 10px;
	background-color: white;
	text-align: center;
	color: #0855A1;
	text-decoration: none;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
}
}

