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

.bodyBackground {
	background-color: #1C5D12;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #49A723;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #49A723;
	padding: 10px;
}
.bodyTextRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #49A723;
	padding: 10px;
}
.tableFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #49A723;
	list-style-position: outside;
	list-style-type: disc;
}
.rightColumnBoxLeft {
	border-left-width: medium;
	border-left-style: ridge;
	border-left-color: #666600;
}
.mainTableBox {
	border: medium ridge #666600;
	background-color: #000000;
}
.mainTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #49A723;
}
.mainBackground {
	background-image: url(images/Backgrounds/vineBackgrounddark.gif);
}
.footerTopLine {
	border-top-width: medium;
	border-top-style: ridge;
	border-top-color: #666600;
}
.headerBottomLine {
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #666600;
}
.largerTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #49a723;
	font-weight: bolder;
}
.columnRightLine {
	border-right-width: medium;
	border-right-style: ridge;
	border-right-color: #666600;
}

