/* STYLE SHEET FOR BRIAN LENNON SOFTWARE PRINTING */


div.bo	{
	page-break-inside:avoid;
	}


P.pagebreakhere {page-break-before: always}


body { 
        background: WHITE;
        color: BLACK;
        font-family: Arial, sans-serif;
        font-size: small;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
        }



h1 {
	color: BLACK;
        font-family: Arial, sans-serif;
	text-align: center;
	font-size: large;
	font-weight: bold;
	}

h2 {
	color: BLACK;
        font-family: Arial, sans-serif;
	text-align: center;
	font-size: medium;
	}

h3 {
	color: BLACK;
        font-family: Arial, sans-serif;
	text-align: center;
	font-size: medium;
	}

h6	{
	color: black;
	font-family: Arial, sans-serif;
	font-size: xx-small;
	text-align: center;
	font-style: italic;
	}





a:link, a:visited {color: black; font-weight: bold; text-decoration: none; !important; background: white; }



pre { font-family: monospace; }


  






table {
	color: BLACK;
        font-size: small;
	
        }
      
td	{ 
	color: BLACK;
        font-family: Arial, sans-serif;
        font-size: small;
        text-align: left; 
        vertical-align: top; 
        }

th 	{ 
	color: BLACK;
	background: WHITE;
        font-family: Arial, sans-serif;
        font-size: small;
        text-align: CENTER; 
        vertical-align: top; 
        }

td.num	{ 
        text-align: right; 
        vertical-align: top; 
        }



dt {
        font-family: monospace;
        font-weight: bold;
        } 
        
 
        
ul { list-style: square; }
ul ul { list-style: disc; }     
ul ul ul { list-style: square; }


ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: upper-roman; }


img.tour
	{	
	border-width: 1px;
	border-color: black;
	border-style: solid;	
	}


