div.transbox
  {
  width: 775px;

  margin: 25px 25px;
  background-color: #666666;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=55);
  /* CSS3 standard */
  opacity:0.55;
  /* for Mozilla */
  -moz-opacity:0.55;
  }
div.transbox p
  {
  margin: 25px 25px;
  font-family: arial;
  }
  
.fontcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.linkcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	cursor: crosshair;
}

a.linkcopy:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	color: #9999cc;
	text-decoration: none;
	cursor: crosshair;
}

.fontnormal
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
  }
  
  .fontheader
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
  }
  
  .linknormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #9999cc;
	text-decoration: none;
	cursor: crosshair;
}

a.linknormal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
	cursor: crosshair;
}

  .linknav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #9999cc;
	text-decoration: none;
	cursor: crosshair;
}

a.linknav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	cursor: crosshair;
}

  .linklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #9999cc;
	text-decoration: none;
	cursor: crosshair;
}

a.linklist:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	cursor: crosshair;
}

  .linkslanty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: #9999cc;
	text-decoration: none;
	cursor: crosshair;
}

a.linkslanty:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
	cursor: crosshair;
}

a.linkopacity img {
filter:alpha(opacity=150); 
-moz-opacity: 1.5; 
opacity: 1.5;}

a.linkopacity:hover img {
filter:alpha(opacity=50);   
-moz-opacity: 0.5;   
opacity: 0.5;
}

body {
  text-align: center;
  }

#container {
  margin: 0 auto;
  width: xxxpx;
  text-align: left;
  }
div.eXTReMe
  {
  width: 775px;

  margin: 25px 25px;
  background-color: #000000;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=0);
  /* CSS3 standard */
  opacity:0.0;
  /* for Mozilla */
  -moz-opacity:0.0;
  }
