﻿/* CSS Document */

td.bg-top {
background-image:url(images/bg-top.jpg);
background-repeat:no-repeat;
}


td.Table-bg-top-left {
background-image:url(images/header-left.jpg);
background-repeat:no-repeat;
}

td.Table-bg-top-center {
background-image:url(images/header-center.jpg);
background-repeat:no-repeat;
}

td.Table-bg-top-right {
background-image:url(images/header-right.jpg);
background-repeat:no-repeat;
}

td.bg-nav-bottom {
background-image:url(images/bg-below-nav.jpg);
background-repeat:no-repeat;
}

td.bg-main-conent {
	background-image:url(images/bg-main-content.jpg);
	background-repeat:repeat-y;
	font-weight: bold;
}

td.bg-bottom {
background-image:url(images/bg-bottom.jpg);
background-repeat:repeat-y;
}

table.content{
	width: 770px;
}

.float1 {
	position:relative;
	top:35px;
	left:80px;
	height: 50;
}

.float2 {
	position:relative;
	top:35px;
	left:40px;
}

.float3 {
	position:relative;
	top:35px;
	left:-40px;
}


.ContentText {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	padding-top:0px;
	padding-right:50px;
	padding-left:50px;
	padding-bottom:0px;
	font-weight: normal;
}

.ContentTextVegetable {
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:11px;
}


.whiteNavText {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
}

.whiteNavText a {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF ;
font-size:12px;
text-decoration:none;
}

.whiteNavText a:hover {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
}

.greenNavText {
font-family:Arial, Helvetica, sans-serif;
color:#339933;
font-size:12px;
}

.greenNavText a {
font-family:Arial, Helvetica, sans-serif;
color:#339933;
font-size:12px;
text-decoration:none;
}

.greenNavText a:hover {
font-family:Arial, Helvetica, sans-serif;
color:#339933;
font-size:12px;
}


.blackHeaderText {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:10px;
}
.justify {
	text-align: justify;
}
.ContentHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.border1 {
	border-width: 1px;
	border-style: solid;
}
ul.vegetable {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 11px;
	margin:12px;
	padding: 0px;
}
li.common{
	font-weight: bold;
	list-style-type: square;
	list-style-image: url('images/10x10.png');
	line-height: 16px;
	margin-top: 0px;
}
li.variety{
	font-size: 10px;
	list-style-image: url('images/10x10.png');
/*	text-indent: 10px; */
	margin-left: 17px;
	padding-left: 5px;
	line-height: 16px;
}
.VegetableHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.Code {
	padding: 0px 75px 0px 75px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 11px;
}
.highlight {
	background-color: #efffc7;
}
