table,td
{
  border               : 1px solid #CCC;
  border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", Verdana, Helvetica, sans-serif;
}
table
{
  border					:none;
  border					:1px solid #CCC;
}
thead th, tbody th
{
  background				: #FFF url(th_bck.gif) repeat-x;
  color						: #666;
  padding					: 5px 10px;
  border-left				: 1px solid #CCC;
}
tbody th
{
  background				: #fafafb;
  border-top				: 1px solid #CCC;
  text-align				: left;
  font-weight				: normal;
}
tbody tr td
{
  padding					: 5px 10px;
  color						: #666;
}
tbody tr:hover
{
  background				: #FFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color						: #454545;
}
tfoot td, tfoot th
{
  border-left				: none;
  border-top				: 10px solid #CCC;
  padding					: 10px;
  background				: #FFF url(foot_bck.gif) repeat;
  color						: #666;
}
caption
{
  text-align				: center;
  font-size					: 120%;
  font-weight				: bold;
  padding					: 10px 0;
  color						: #666;
}
table a:link
{
  color						: #666;
}
table a:visited
{
  color						: #666;
}
table a:hover
{
  color						: #003366;
  text-decoration			: none;
}
table a:active
{
  color						: #003366;
}

/*	Mouse over script	*/
/*	DO NOT CHANGE ANY OF THE FOLLOWING - start	*/
#links a img {
  height: 0;
  width: 0;
  border-width: 0;
}

#links a {
  display:block;
  padding-top: 100px;
}
/*	DO NOT CHANGE ENDS	*/

/*	This is the information for the larger image	*/
#links a:hover img {
  position: relative;
  top: -254px; /*large image size (Y co-ords) offset for zoom*/
  left: -215px; /*large image size (X co-ords) offset for zoom*/
  height: 380px;  /*Height of the larger image*/
  width: 530px; /*Width of the larger mage */
  border-width: 0px;
  /* For top and left dimensions - Take large image size, minus thumbnail size and divide by 2 (For the TOP dimenstion, you have to add 100)*/
}
/*	This is the information for the thumbnail image	*/
.thumbnail {
  width: 100px; /*thumbnail image size (X co-ords) */
  height: 72px; /*thumbnail image size (Y co-ords) */
  border: none;
  padding: 1px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/*	Mouse over script	*/