body {
	background-color: #FFFFFF;
	background-image: url(images/bkgd-vertical.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

li {
	list-style-image: url(images/bullet.png);
	margin-top: 0.05in;
}

.tbl a {
	width:100%;
	padding: 4px;
	background-color: transparent;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#646428;
	font-weight: bold;
	border-bottom: #919628 dashed 1px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tbl a:hover {
	text-decoration: none;
	background-color: #feff99;
	color: #e78200;
}

a {
	color: #e78200;
	text-decoration:none
}
a:hover {
	text-decoration: underline;
	color: #e78200;
}

a.red_links {
	text-decoration:none;
	color: #A0271F;
}

a.red_links:hover {
	text-decoration:none;
	color: #FFFFFF;
}

.extra_space {
	line-height: 150%;
}	

.header {
	font-size: 16pt;
	color: #e78200;	
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

.header_red {
	font-size: 14pt;
	color: #A0271F;	
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

.header_yellow {
	font-size: 14pt;
	color: #ABB326;	
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

.header_purple {
	font-size: 14pt;
	color: #6B5CAA;	
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

.header_black {
	font-size: 14pt;
	color: #000000;	
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

.subheader {
	font-size: 12pt;
	color: #646428;	
	font-style: italic;
	font-weight: bold;
}


.subheader_orange {
	font-size: 12pt;
	color: #e78200;	
	font-style: italic;
	font-weight: bold;
}

.orange_text {
	color: #e78200;	
}

.green_text {
	color: #646428;	
}

.white_text {
	color: #FFFFFF;	
}

.small_text {
	font-size: 8pt;
}

.bold_italic {
	font-style: italic;
	font-weight:bold;
}

.bold_italic_large {
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}

.bold {
	font-weight:bold;
}

.bold_large {
	font-weight:bold;
	font-size: 11pt;
}

.italic {
	font-style: italic;
}

.border {
	border: 1px solid #000000;
}

.border-right {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #6c8436;
}

.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #919628;
}

.searchterms {
display:none;
}

.plantinfo{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
border: 0px;
background: #d3d369;
font-weight: bold;
font-size: 9pt;
color: #646428;
border-bottom-color: #919628;
border-bottom-style: dashed;
border-bottom-width: 1px;
padding: 3px;
}

.openplantinfo{ /*class added to contents of 1st demo when they are open*/
background: #feff99;
padding: 3px;
color: #e78200;
}

.plantinfotext{ /*class added to contents of expanded text*/
padding: 6px;
}
