  /* Remove unwanted elements */
#menu
{
display: none;
}

.monthly_plant
{
display: none;
}

.logo-text
{
display: none;
}

.menu-color
{
display: none;
}

/* Ensure the content spans the full width */
#wrapper, .container, #main_text
{
width: 100%; margin: 0; float: none;
}

* {color: black !important; background:white !important;}
@page {margin: 1.5cm;}
*/
/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

/* table { border-spacing: 0px; }*/
/* table { border-collapse: collapse; }*/


 


  h1 { font-family: "Times New Roman", TimesNR, Times, serif;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 18pt;
    }

  h2 { font-family: "Times New Roman", TimesNR, Times, serif;
    font-size: 16pt;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 0);
    }

  h3 {
    font-family: "Times New Roman", TimesNR, Times, serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 0);  
      }

  h4 { font-family: "Times New Roman", TimesNR, Times, serif;
  	font-size: 12pt;
        font-weight: bold;
    	font-style: normal;
    	color: rgb(0, 0, 0);
    }

  h5 {
    }

  h6 {
    }

  body { line-height: normal;
  	font:12pt "Times New Roman", TimesNR, Times, serif;
    color: rgb(0, 0, 0);
    font-size: small;
    padding:0px;
    }

  p { color: rgb(0, 0, 0);
    font-family: "Times New Roman", TimesNR, Times, serif;
    font-weight: normal;
    font-style: normal;
    font-size: small;
    }

  address { font-style: normal;
    font-weight: bold;
    visibility: hidden;
    position: absolute;
    }
    
/*classes to enable floating of images with captions */
.picture  { 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif; 
	}

.picture img { border: 1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px; 
	}

.right { 
	margin: 0.5em 0.5em 0.5em 0.8em;
/*	margin: 0.5em 50pt 0.5em 0.8em;*/
	float:right;
	}

.left {
	margin: 0.5em 0.8em 0.5em 0.5em;
	float:left;
	}
/* end*/
	


