/* General Text and Body Styles */

body {
    	font-family: tahoma, arial, helvetica, sans-serif;
	background-color: #ffffff;
}

h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

h2 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

h3 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

h4 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

h5 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

h6 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.maintext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.italictext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.righttext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: right;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.specialtext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.addresstext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.phototext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

/*Special Text for Page Headers*/
.header {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.menu {
	background-color: #008200;
}

/* Main Table Background*/
.tablebkgd {
    background-image: url(images/waterbag.jpg);
	background-color: #ffffff;
} 

/*Small text for copyright notice*/
.small {
	font-family: arial, helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	color: #211a08;  
	background-color: transparent;
}

/*Horizontal Rule*/
.mainbgcolor
{
	background-color: #056905;
	color:#ffffff;
}


/*------------------------------------------------Order Form Styles -------------------------------------*/ 

.formbkgd {
	background-color: #ffffff;
} 

.tbheader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}

.shipping {
	font-family: times, times new roman, serif;
	font-size: .6em;
	color: #000000;  
	background-color: transparent;
}

.colheader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;  
	background-color: transparent;
}

.fmtext {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;  
	background-color: transparent;
} 

.fmitalic {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;  
	background-color: transparent;
}

.fmstrong {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;  
	background-color: transparent;
}

.fmaddress {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0px;
}   

#divone {
  	text-align: center;
	display: none;
}

#divtwo {
  	text-align: left;
} 

#divthree {
  	text-align: center;
	display: none;
} 

#divform {
  	text-align: left;
} 

.tablealign {
	text-align: center;
}  

/*--------------------Special Classes and IDs for NoPrint 

#Header {
  display: none;
}

#Footer{
  display: none;
}

.noprint {
  display: none;
}
------------------- */

/*--------------------------------END ORDER FORM STYLES--------------------------------------*/    


	
/* This document's anchor pseudo-classes*/
/*General Link CSS for text links*/
a {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-weight: bold;
   color: #0000ff;
   background-color: transparent;
   text-decoration: none;
}
  
a:visited {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-weight: bold;
   color: #800080;
   background-color: transparent;
}

a:hover {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-weight: bold;
   color: #ff0000;
   background-color: #ffffff;
   text-decoration: underline;
}

a:active {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-weight: bold;
   color : #008000;
   background-color: #0099ff;
}