@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background-color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
	text-align: left;
}
.txtFOOTER {
	font-size: x-small;
	text-decoration: none;
	color: #000;
}
.txtBOLD {
	font-weight: bold;
}
.txtBLOCK {
	text-align: justify;
	font-style: normal;
}
div.centered 
{
text-align: center;
}
td.indexBG{
	background-image: url(../images/www_BG.jpg);
} 

div.centered table 
{
margin: 0 auto; 
text-align: left;
}
p.introduction:first-letter {
font-size : 300%;
float : left;
width : 1em;
color : #00;
}

.txtNORMAL {
	font-size: medium;
}
.txtINGREDIENTS {
	font-size: small;
	text-align: justify;
}
.txtBOXED {
	padding: 5px;
	height: auto;
	width: auto;
	border: 1px solid #000;
	background-color: #DDD;
	color: #000;
	text-align: justify;
	font-size: small;
}
.txtSMALL {
	font-size: small;
}
.txtNOLINK {
	color: #000;
	text-decoration: none;
}

fieldset { border:2px solid gray }


legend {
  padding: 0.2em 0.5em;
  border:2px solid black;
  color:black;
  font-size:90%;
  text-align:right;
  }
.txtITALIC {
	font-style: italic;
}
.txtBOLD {
	font-weight: bold;
}

