/* Default CSS Stylesheet for a new Web Application project */
a 
{
	color:#731818;
}
.whitetext {
	color: #FFFFFF;
}
.txtCountry {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.txtRegion {
	font-weight: bold;
	text-indent: 20pt;
}
.txtProducer {
	font-style: italic;
	text-indent: 40pt;
}
.txtWine {
	text-indent: 60pt;
}
.NewsletterHeaders {
	font-size: 20px;
	color: #000000;
	font-weight: bold;

}
