body {
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
}

.maintext
{
	font-family: Garamond,serif;
	background-image:  url(/images/logo-watermark-240-2.gif);
	background-repeat: no-repeat;
	background-position: 100px 100px;
/*
	WARNING
		in MSIE 6 background-attachment: fixed; means relative to the container (wrong!)
		in MSIE 7 background-attachment: fixed; means relative to the viewport  (correct)
	background-attachment: fixed;
*/
}

/* remove underline on links */
a {text-decoration:none}

a.navtop
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
}

a.navtop:link
{
	color: #f5efd4;
}
a.navtop:visited
{
	color: #f0f0c0;
}
a.navtop:hover
{
	color: #ffffff;
}

/*
	#f5efd4	245 239 212
        #b6250a 182  37  10
*/

table.navtop, td.navtop
{
	color: #f5efd4; 
	background-color: #b6250a;

}
.navside
{
	color: #b6250a;
	background-color: #f5efd4;

}
div
{
	background-color: transparent; /* #ffffff */
	color: #000000; /* #b6250a; */

}


h1, h2, h3, h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}

td.strapline
{
	background-image: url(/images/strapline/strapline.jpg);
}

td
{
	font-family: Garamond,serif;
}
.menuPrices
{
	font-family: Garamond,serif;
	margin-top: 25px;
	font-size: 1.4em;
	font-weight:bold;
}

.menuHeading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
	font-size: 1.6em;
	font-weight:bold;
	color: #a0c0f0;
}
.menuWhat
{
	font-family: Garamond,serif;
	margin-top: 30px;
	font-size: 1.4em;
	font-weight:normal;
}
.menuHow
{
	font-family: Garamond,serif;
	margin-bottom: 30px;
	font-size: 1.4em;
	font-weight:normal;
	font-style: italic 
}

.localsupplierHeading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	font-size: 1.4em;
	font-weight:bold;
}
.localsupplierWhat
{
	font-family: Garamond,serif;
	margin-top: 30px;
	font-size: 1.4em;
	font-weight:bold;
}
.localsupplierWho
{
	font-family: Garamond,serif;
	margin-bottom: 5px;
	font-size: 1.4em;
	font-weight:normal;
}

.newsdate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 0.8em;
}
.headline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b6250a;  /* changed 2007-03-15 from #000099 */
	font-size: 1.0em;
	font-weight:bold;
}
.newsstory
{
	font-size: 1.0em;
}
img.w3c {border:0;width:88px;height:31px}
.outertable {  border: 3px solid; border-color: #cccccc #999999 #999999 #cccccc}

.info
{
	color: #000000;
}
.warning
{
	color: #999900;
}
.error
{
	color: #cc0000;
}
