/***********************************************************
Print CSS (print.css) - 	defines physical size and attributes
						of the overall web page for the printed page
 ***********************************************************/
/* AUTHOR : Eric Davis */
/* DATE: 08/05/06 */
/* REVISION: 
			*/

/* Print Elements */
.body, UL, LI, a	{font-family:arial,helvetica, sanserif;font-size:11pt;}
li	{line-height: 18px;}
.bodySmall	{font-family:arial,helvetica, sanserif;font-size:10pt;}
.body11	{font-family:arial,helvetica, sanserif;font-size:10pt;}
.banBody	{font-family:arial,helvetica, sanserif;font-size:11pt;line-height:13pt;}
.content	{width: 7in;}
/* Styles for Editor Use */
.pageTitle	{font-family:arial;font-size:22pt;font-weight:600;color:#555;padding-right:30px;border-bottom: 1px #DFDFDF solid;}
.contentHeader	{font-family:arial;font-size:14pt;font-weight:700;color:#000099;margin-bottom: 0px;}
.contentSubheader	{font-family:arial;font-size:12pt;font-weight:700;color:#555;}
/* tables */
.yellowBorder	{border: 1px solid #000000;}
.hrbc	{background-color: #FFFFFF;}
.hrt	{font-family:arial,helvetica, sanserif;font-size:11px;font-weight: normal;color: #ffffff;}
.row1	{background-color: #cfcfcf;}
.row2	{background-color: #afafaf;}
/* Do Not Print Elements */

.np-ui	{display: none;}

