body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	background-image: url(images/bggrad.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #e30404;
}
a:hover {
	color: #000;
	}
.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
text-align:justify;
}

.table{BACKGROUND-COLOR: #fff; BORDER: 1px solid #B1B1B1;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e30404;
	font-weight:normal;
}

div.img
  {
  margin: 2px;
  border: 1px solid #b7b7b7;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 5px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }


