body {
	background: black;
	color: white;
}

table { background: white;
	color: black;
}

h1, h2, p, ul {
	font-family: arial, sans-serif;
}

h1 {
	font-size: 16pt;
	text-align: center;
}

h2 {
	font-size: 12pt;
	vertical-align: middle;	
}

td.products {
	border: thick double gray;
	/* float: center; */
}

td.bodywide {
	margin: 0;
	width: 700px;
}

ul.productsul{
	font-size:10pt;
}

P.letter { 
	text-align: justify;
}        

table.mainbody {
	margin: 1em 4em;  /* top and bottom marg 1em, left and right marg 4em */
}

table.mainbody2 {
	margin: 1em 2em;  /* top and bottom marg 1em, left and right marg 4em */
}

ul.letterlist {
	margin: 1em 5em;
	text-align: left;
}	

ul.faqlist {
	line-height: 150%;
	list-style-type: none;
	margin:0em; 
}

td.toppipe {
	background: url(brdr_tpipe.gif) no-repeat;
	color: white;
	width: 710px;
	height: 5px;
}

td.leftpipe {
	background: url(brdr_lpipe.gif) repeat-y;
	color: white;
	width: 5px;
}

td.rightpipe {
	background: url(brdr_rpipe.gif) repeat-y;
	color: white;
	width: 5px;
}

td.bottompipe {
	background: url(brdr_bpipe.gif) no-repeat;
	color: white;
	width: 710px;
	height: 5px;
}

td.splash {
	background: url(top_composite.jpg) no-repeat;
	color: white;
	width: 700px;
       	height: 175px;
}

table.middlecol {
width: 700px;
}

table.rightpipe {
width: 5px;
/* background-image: url(brdr_rpipe.gif); */
background: url(brdr_rpipe.gif);
color: white;
}

p.orderbyphone {
	font-size: 10pt;
       	font-style: italic;
	color: navy;
	text-align: center;
}

p.captiontext {
	color: navy;
	text-align: center;
}

img.picborder {
	border: thick outset blue;
}

td.footer {
	font: x-small times, serif;
	text-align: center;
	color: white;
	/* background-color: black; */
	background: black;
}
a.footerl:link	  {color:white}
a.footerl:visited {color:white}
a.footerl:active  {color:white}
a.footerl:hover   {color:white}

	
a:link    {color:maroon; 
	font-family: arial, sans-serif;
}
a:visited {color:maroon; 
	font-family: arial, sans-serif;
}
a:active  {color:red;
	font-family: arial, sans-serif;
}
a:hover   {color:red;
	font-family: arial, sans-serif;
}

div.print_only {display:none;}

a.navmen:link	  {background-color:white;}
a.navmen:visited {background-color:white;}
a.navmen:active  {background-color:orange;}
a.navmen:hover   {background-color:yellow;}
