.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	line-height: 18px;
}


.bodytextsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	line-height: 14px;
}


.bodytext a:link {  color: #666666; text-decoration: underline;}
.bodytext a:active {  color: #666666; text-decoration: underline;}
.bodytexta:visited {  color: #666666; text-decoration: underline;}
.bodytext a:hover {  color: #999999; text-decoration: underline;}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00CC00;
	text-decoration: none;
}
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	text-decoration: none;
}


.navlinkshome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00CC00;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.footer a:link {  color: #FFFFFF; text-decoration: none;}
.footer a:active {  color: #FFFFFF; text-decoration: none;}
.footer a:visited {  color: #FFFFFF; text-decoration: none;}
.footer a:hover {  color: #ffffff; text-decoration: underline;}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	line-height: 15px;
}

td.gradientbackground {
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;

}

div.img
  {
  margin: 15px;
  background-color:#EEEEEE;
  border: 1px solid #EBEBEB;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  background-color: #ffffff;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.desc
  {
  font-size:9px;
  line-height:12px;
  text-align: center;
  font-weight: normal;
  width: 150px;
  margin: 2px;
}
  
  
  div.img2
  {
  margin: 5px;
  background-color:#ffffff;
  border: none;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img2 img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.desc2
  {
  font-size:9px;
  line-height:12px;
  text-align: center;
  font-weight: normal;
  width: 150px;
  margin: 2px;
}