body { 
background-image: url(images/background.jpg);  
background-attachment: fixed;
background-repeat: repeat-x;
background-color: #000000;
margin: 0;
}
 
A:link, A:visited, A:active {
font-family: arial;
font-size: 20px;
color:#578D76;
text-decoration: none;
}
 
A:hover{
font-family: arial;
font-size: 20px;
color:#000000;
text-decoration: none;
}

a img {
border:none;
}

.menubar a {
  color: #FFFFFF;
  font-size: 14pt;
}


p {
  /*text-indent: -18px;*/
}
 
td.main {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #FFFFFF;
	
	font-size: 12px;
	font-family: Arial, Helvetica;
	line-height: 20px;
}
 
td.bodytext {
	font-size: 12px;
	font-family: Arial, Helvetica;
	line-height: 20px;
}
 
.menubar {
  background-image: url(images/bar.gif);  
  height: 22px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 14pt;
  padding: 4px;
  text-align: center;
}

.main {
  margin-top: 25px;
  margin-left: 300px;
  width: 640px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

.bodytext {
  margin-left: 18px;
  margin-right: 18px;
  text-align: justify;
}

.redtext {
  text-align: center;
  font-size: 14pt;
  color: #FF0000;
  font-style: italic;
  font-weight: bold;
}

.OrderForm {
  padding: 10px;
}

#newsletter form a {
font-size: 12px;
}

#newsletter {
display: block;
margin: 10px 0 10px 0;
text-align: center;
}
