﻿body 
{
	background-color:#FFFFFF;
	color:#000000;
	margin-left:0;
	margin-top:0;
	font-size: 12pt;
	color: black;
	font-family: Arial, Helvetica; 
}

a:link 
{
	text-decoration: none;
	font-family: Arial, Helvetica;
	color: #58912F;
}

a:visited    
{
	text-decoration: none;
	font-family: Arial, Helvetica;
	color: #58912F;  
}
a:active
{ 
	text-decoration: none;
	font-family: Arial, Helvetica;
	color: black;
}

a:hover
{ 
	text-decoration: none;
	font-family: Arial, Helvetica;
	color: #83C651; 
}
basefont 
{
	font-size: 12pt;
	color: black;
	font-family: Arial, Helvetica; 
} 

.mainTable
{
	width:700;
	border:0;
}

.bodyTxt 
{
	font-size: 12pt;
	color: black;
	font-family: Arial, Helvetica; 
}

.headerTxt 
{
	font-size: 18pt;
	color: #58912F;
	font-family: Arial, Helvetica;
}

.navTxt 
{
	font-size: 12pt; 
	font-weight: bold;
	color: #58912F;
	font-family: Arial, Helvetica; 
}

.contactTxt 
{
	font-size: 14pt;
	color: black;
	font-family:Arial, Helvetica; 
}


H2
{
	color: #005418;
	font-family:Arial, Helvetica; 
	text-align:center;
	padding:0 0 0 0;
	text-align:center;
}

.priceHeader
{
	color: #005418;
	font-family:Arial, Helvetica; 
	font-size:18px;
	padding:0 0 0 0;
	text-align:center;
	font-weight:bold;	
}

.priceTableHeader
{
	color: white;
	background-color:#005418;
	font-family:Arial, Helvetica; 
	font-size:18px;
	padding:4 4 4 4;
	text-align:center;
	
}

.priceTableItems
{
	color: #005418;
	background-color:lightgrey;
	font-family:Arial, Helvetica; 
	font-size:18px;
	padding:4 4 4 4;
	text-align:center;
	
}

.fieldHeader
{
	color: #005418;
	font-family:Arial, Helvetica; 
	font-size:16px;
	padding:4 4 4 4;
	text-align:left;
	
}

.fieldHeaderBold
{
	color: #005418;
	font-family:Arial, Helvetica; 
	font-size:16px;
	padding:4 4 4 4;
	text-align:left;
	font-weight:bold;
	
}

.fieldData
{
	color: black;
	font-family:Arial, Helvetica; 
	font-size:12px;
	padding:4 4 4 4;
	text-align:left;
	
}

.shipText
{
	color: #005418;
	font-family:Arial, Helvetica; 
	font-size:18px;
}

.shipTextU
{
	color: #005418;
	font-family:Arial, Helvetica; 
	font-size:18px;
	text-decoration:underline;	
}

.redText
{
	color: red;
	font-family:Arial, Helvetica; 
	font-size:16px;
	padding:4 4 4 4;
	text-align:center;
	
}

.errorSummary
{
	background-color: #F7EE9F;
	border: 1px solid #005418;
	margin: 15px;
	padding: 4px;
	color: #0066FF;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	
}