body
{
	font-family:Arial;
	font-size: smaller;
	background-image: url(./images/background.jpg);
	background-repeat: repeat;
}

.plantDtlHeader
{
	background-color: #6699CC;
	color:White;
	font-weight:bold;
}
.dgAlternatingItems
{
	color: Black;
	background-color: #BCD1EC;
	font-family: Arial;
	text-align: center;
}

.dgHeader
{
	color: White;
	background-color: #6699CC;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}
.dgFooter
{
	color: White;
	background-color: #00674B;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

.dgNormalItems
{
	color: Black;
	background-color: #FFFFCC;
	font-family: Arial;
	text-align: center;
}

.dgPager
{
	color: White;
	background-color: #C0D5ED;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
}
TD
{
	font-family:Arial;
	font-size:smaller;
}
TH
{
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: small;
}

.registeredMark
{
	font-size: 80%;
}

tr.dgPager td 
{
  color: #0000aa;
}
tr.dgPager a, tr.dgPager a:link, tr.dgPager a:visited 
{
  color: black;
}

tr.dgPager a:hover 
{
  color: #0000ff;
}

#Table1 a {
   color: black;
}

#Table1 a:visited {
  color: #00f;
}

#Table1 a:hover {
  color: #00f;
}

