/* Modified from the standard style sheet for bagofbeans.co.uk	*
 * Copyright 2010 John Foster, all rights reserved 				*/

       body
	{	

            background: white;
            font-family : Georgia, "Times New Roman", Times, serif;
            font-weight : normal;
            font-style : normal;
            color : #000000;
            margin-left: 1em;
            margin-right: 1em;
	  		}

	p
			{
			font-family : Georgia, "Times New Roman", Times, serif;
			font-weight : normal;
			font-style : normal;
			color : #000000;
            }

            h1
			{
           	font-family : "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
           	font-style : normal;
           	color : #000066;

           	text-align : center;
           	margin-left: 24pt;
           	margin-right: 24pt;
           	margin-top: 12pt;
           	margin-bottom: 12pt;
    		}

            h2, h3, h4, h5, h6
			{
			font-family : "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
			font-style : normal;
			color : #000066;
			}
			
			h4 {
			text-align: right;
			}

			
			.footer {
			color: #CCCCCC;
			}

    		.ul
           {
           text-decoration: underline;
           }

   		   .text_centre
           {
           text-align: center;
           }

          div.menu
          {
		  float: left;
          }

          div.main
          {
          margin-left: 224px;
          }		  

          a   		{text-decoration: underline;}
          a:link    {color: #000661; }	/* for unvisited links 	*/
          a:visited {color: #000661;}		/* for visited links 	*/
		  a:active	{color: red; }		/* when link is clicked	*/
		
.image_0_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

		  .img_right
          {
          float: right
          }
