body {
	background: #F6F6F6;
	border-top: 7px solid #1C9F69;
	color: #000000;
	font: 76%/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: justify;
}

/* Detail areas */
.divImage
{
	border: thin Solid Silver;
	padding: 2px;
	margin: 5px;
	background-color: White;
}

.divHeader
{
	border: thin solid Silver;
	text-align: center;
	padding: 5px;
	margin: 5px;
	background-color: White;
}

.divDetail
{
	text-align: left;
	font-size: 10px;
	padding: 5px;
	margin: 5px;
	border: thin Solid Silver;
	background-color: White;
}

/* Scientific and common names */
.nomenclature
		{
	font-size: 18px;
	font-weight: bold;
}

/*Table designs*/
.reportTable
		{
	color: #00008B;
}

.reportTable td
		{
	background-color: #FFFFFF;
}

.reportTable th
		{
	background-color: #DCDCDC;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

.sectionData
		{
	font-size: 12px;
}

/*Standard detail items*/
.sectionHeader
		{
	font-size: 14px;
	font-weight: bold;
	color: White;
	background-color: #1EAB70;
	padding: 0 5px 0 5px; 
}

.sectionTitle
		{
	font-size: 12px;
	font-weight: bold;
}

.providerData
{
	font-size: 9px;
}
