@charset "utf-8";
/* CSS Document */

body{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
 	background-color: #e7dab7;
}
td{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
}

-->
a:link, a:visited {
	text-decoration: none;
	color: #0000D7;
}
a:hover {
	text-decoration: underline; color: #CC6600;
}

img.alignleft {
float: left;
margin: 10px 15px 0 0;
}

.style1 {
	font-size: 12px;
	color: #F3DD00;
	font-weight: bold;
}

.header {
	font-size: 150%;
	font-weight: bold;
}
.header2 {
	font-size: 130%;
	font-weight: bold;
}
.header3 {
	font-size: 100%;
	font-weight: bold;
	color: #000099;
}
table {
	align: center;
}

.tdpadding {
	padding: 20px;
}
.bg
{
	background: url(images/bg.jpg); 
	background-repeat: repeat-x;
}

div.imgzoom {
  line-height: 0;
  font-size: 0;

  z-index: 10;

  border: 5px solid #fff;
  margin: -5px;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

  border: 2px solid #000;
  background-color: #fff;
  padding: 5px;
}

div.imgzoom a {
  background: url(statplanet/imgzoom-close.png) no-repeat;

  display: block;
  width: 44px;
  height: 45px;

  position: absolute;
  left: -22px;
  top: -22px;
  /* IE-users are prolly used to close-link in right-hand corner */
  *left: auto;
  *right: -22px;

  text-decoration: none;
  text-indent: -100000px;
  outline: 0;

  z-index: 11;
}

div.imgzoom a:hover {
  background-position: left -45px;
}

div.imgzoom img,
div.imgzoom embed,
div.imgzoom object,
div.imgzoom div {
  width: 100%;
  height: 100%;
}


