body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000;
	font-size : 11px;
	background-color: #fff;

}

table {
	text-align: left;
	font-size: 11px;
	vertical-align: top;
}

 p {
	line-height: 140%;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0;
	text-align: center;

 }

.large {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-indent: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-family: "Futura", Times New Roman, Times, serif;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}

.bottle {
	background-image: url(graphics/bottle_bg.gif);
	background-repeat: repeat-y;
}
.ltext {
	text-align: left;
}

a:link, a:visited, a:active  {  
  color: #0099FF;
  text-decoration: none;
  }

a:hover {
  color: #0099FF;
  text-decoration: underline;
  }