.no_printer
	{
	display: none;
	}
body{
  	font-family: Verdana, sans-serif; 
  	font-weight: normal;
  	margin-left: 10%; margin-right: 10%;
  	color: #DD3333; 
 	background: transparent;
  	font-size:9px;
  	background-image: url("./images/background.jpg");
	background-position: 10px 150px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
.footer
	{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #AA0000;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;		
	}
.top_navigation
	{
	text-align: center;
	font-family; Verdana, san-serif;
	font-size: 8pt;
	color: #DD0000;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	}
.bottom_navigation
	{
	text-align: center;
	font-family; Verdana, san-serif;
	font-size: 8pt;
	color: #DD0000;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top: 1px;
	border-top-color: Gray;
	border-top-style: solid;
	}
.cultivar_name
	{
		background-color: transparent;
		font-family: "Times New Roman", Times, serif;
		color: #AA0000;
		font-size: 16pt;
		text-align: left;
		font-style: bold;	
		text-decoration: underline;
		padding-bottom: 10px;
		}
.email
	{
		font-size: 10px;
		padding-top: 5px;
		color: #cc4444;
		padding-bottom: 5px;
	}
.name
	{
		background-color: transparent;
		font-family: "Times New Roman", Times, serif;
		color: #660000;
		font-size: 10pt;
		text-align: left;
		font-style: normal;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 25px;	
	}
.toc
	{
		background-color: #FFE2E2;
		font-family: "Arial", Helvetica, sanserif;
		color: #660000;
		font-size: 10pt;
		text-align: left;
		font-style: normal;
		padding-top: 10px;
		padding-left: 10 px;
		padding-bottom: 10px;
		margin-left: 0px;
		line-height: 120%;	
		margin-bottom: 10px;
	}	
table#contents
	{
		font-family: "Arial", Helvetica, sanserif;
		color: #660000;
		font-size: 10pt;
		text-align: left;
		font-style: normal;
		width: 100%;
		background-color: #FFFFFF;
		margin-bottom: 25px;
		}
td#contents
	{
	width: 25%;
	font-family: "Arial", Helvetica, sanserif;
	color: #660000;
	font-size: 10pt;
	text-align: left;
	font-style: normal;
	}
table#source, td#source
	{
		padding-right: 10px
		font-family: "Arial", Helvetica, sanserif;
		color: #990000;
		font-size: 10pt;
		text-align: left;
		font-style: normal;
		width: 100%;
		background-color: #FFE2E2;
		}
td#content_header
	{
	background-color: #990000;
	width: 25%;
	font-family: "Arial", Helvetica, sanserif;
	color: White;
	font-size: 10pt;
	text-align: left;
	font-style: normal;
	}

a {
	text-decoration : none;
}
a:link {
	color : #333399;
	text-decoration : none;
}
a:visited {
	color : #333399;
	text-decoration : none;
}
a:hover {
	color : #FF0000;
	text-decoration : underline;
}
a:active {
	color : #333399;
	text-decoration : underline;
}


