/*
	File:			teal.css
  Author:   Phil Kempster
  Company:  BitSmiths
  Web Site: www.users.on.net/kempster/
  Email:    kempster@internode.on.net
  Comments: version 3.0b  04-May-2006 08:42 AM
*/

    body {
    		padding: 0;
        margin: 0;
    		margin:2% 10% 10%;
        font-family: Arial, Helvetica, sans-serif;
      }

		.body-text {							/* method text 12pt on 16pt lead */
				font: 12pt/16pt Arial, Helvetica, sans-serif;
			}

    .body-text a:link {				/* -- dark green link colour -- */
      	color: #004040;
			}

    .body-text a:visited {		/* -- dark teal visited link colour -- */
      	color: #006666;
			}
    .body-text a:hover {			/* -- mid teal link hover colour -- */
      	color: #006666;
			}

    .description a {					/* -- dark green link colour -- */
      	color: #004040;
        }

    .description a:visited {	/* -- dark teal visited link colour -- */
      	color: #006666;
        }

    .description a:hover {		/* -- mid teal link hover colour -- */
      	color: #006666;
        }

 		.title {				/*  -- white text, teal background  -- */
				font-size: 2.2em;
				font-weight: 700;
				color: #ffffff;
				background-color: #00a0a0;
			}

		.subtitle {				/*  -- white text, teal background  -- */
				font-size: 1.1em;
				font-weight: 700;
				color: #ffffff;
				background-color: #00a0a0;
 			}

		.teal-line {
    		font-size: 0.3em;
				background-color: #00a0a0;
      }

		.small-text {
				line-height:1.3em;
        font-size:0.7em;
				color: #000000;
			}

     .small-text a {
     		text-decoration: none;
      }

    .bold-text {
				font-size:1.0em;
        font-weight: 700;
				color: #000000;
			}

   .bold-text-center {
				font-size:1.0em;
        font-weight: 700;
        text-align: center;
				color: #000000;
			}

		.small-grey {			/* -- footer style  grey text -- */
				font-size:0.7em;  /* changed from 0.6em  */
				color: #a0a0a0;
			}

    .small-grey a,
		.small-grey a:link,
		.small-grey a:visited   {
    		text-decoration: none;
				color: #a0a0a0;
		}

		.small-grey a:hover    {
    		text-decoration: none;
				color: #000000;
		}

		.accent {
    		text-decoration: none;
        font-weight: 600;
				color: #990000;
		}
    .site-map {
    		font-size:0.7em;
				color: #000000;
		}

		.site-map a:visited {
				color: #000000;
    }

    .site-map a:hover {
    		color:a0a0a0;
    }

		.grey-bar {
        background-color: #c0c0c0;
    	}

 		.grey-bar a {			/*  index top link style white text in a grey bar */
        margin: 0;
        padding: 3 0 3 10px;
        display: block;
    	  text-decoration: none;
        font-size: 0.8em;
 				font-weight: bold;
        color: #e0e0e0;
      }

    .grey-bar a:hover {		/* hover style grey text in a lighter grey bar */
    		color: #A0A0A0;
        background-color: #cccccc;
      }

    .index a {			/* main index link style white text in a teal box */
    		text-decoration: none;
        font-size: 0.9em;
 				font-weight: bold;
        width: 250px;
        margin: 0;
        padding: 3 0 3 10px;
        display: block;
     		color: #ffffff;
        background-color: #00a0a0;
      }

    .index a:hover {		/* hover style deep teal text in a lighter teal box */
    		color: #006666;
        background-color: #99cccc;
      }

    .home a {			/* bottom link style white text in a teal box */
    		text-decoration: none;
        font-size: 0.9em;
 				font-weight: bold;
        margin: 0;
        padding: 3 0 3 10px;
        display: block;
     		color: #99cccc;  /* was #ffffff */
        background-color: #00a0a0;
      }

    .home a:hover {		/* hover style deep teal text in a lighter teal box */
    		color: #006666;
        background-color: #99cccc;
      }

     td.ingredients {		/* ingredients table data */
				font-size:0.8em;
			}

  		.ingredients a:link {				/* -- dark green link colour -- */
      	color: #004040;
			}

    	.ingredients a:visited {		/* -- dark teal visited link colour -- */
      	color: #006666;
			}

    	.ingredients a:hover {			/* -- mid teal link hover colour -- */
      	color: #006666;
			}

   .big-text {
				font-size:1.5em;
        font-weight: 700;
				color: #000000;
			}

		.medium-text {
				font-size:0.8em;
				color: #000000;
			}

    .re-set  {
    	display: block;
    	clear: both;
      }

    .rowcolour {
			background-color: #99CCCC;  /* -- light teal table rows in itinerary -- */
  		}

/* EOF */