@charset "UTF-8";
/* CSS Document */

body
{
	background-repeat: no-repeat;
	background-image: url(images/background_2.jpg);
	background-color: #FFFFFF;
}
div.img
  {
  margin: 2px;
  border: 1px solid #000000;
  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
  {
  border: 1px solid #333366;
  }
.style1 {
	font-family: "Times New Roman", Times, serif;
}
.style2 {
	font-size: 20pt;
	color: #006600;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF99FF;
	text-decoration: none;}
.style3 a:link { color: #FF99FF;}
.style3 a:visited {
	color: #FF6699;
} 
.style3 a:hover {
	color: #006600;
} 
.style4 {
font-family: "Times New Roman", Times, serif;

	font-size: 16pt;
	color: #006600;
	} 
