/* CSS Document */

.body {
	background-color: #7EBD51;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodytext a:link {
	color: #339900;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;

}

.bodytext a:visited {
	color: #ffa953;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;

}

.bodytext a:hover {
	color: #ffa953;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;

}

.bodytext {
	font-family: Trebuchet MS;
	line-height: 12pt;
	color: #414141;
	font-size: 9pt;
	text-decoration: sharp;
}

.dyktext {
	font-family: Trebuchet MS;
	line-height: 12pt;
	color: #339900;
	font-size: 9pt;
}

.subheader {
	font-family: Trebuchet MS;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

.greenbold {
	font-family: Trebuchet MS;
	line-height: 12pt;
	color: #339900;
	font-size: 9pt;
	font-weight: bold
}

.orangebold {
	font-family: Trebuchet MS;
	line-height: 12pt;
	color: #ffa953;
	font-size: 9pt;
	font-weight: bold
}


.indexheaders {
	font-family: Trebuchet MS;
	line-height: 15px;
	color: #58595B;
	font-size: 13px;
	font-weight: bold
}

.wineryheaders {
	font-family: Trebuchet MS;

	color: #58595B;
	font-size: 15pt;
	font-weight: bold;
}

.imagebanktext {
	font-family: Trebuchet MS;
	line-height: 9pt;
	color: #414141;
	font-size: 9pt;
	text-decoration: sharp;
}


